*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100%;
    margin: 0;
}

header a {
    color: white;
    text-decoration: none;
    width: 100%;
    height: 120px;
    position: relative; top: 25px;
    position: relative; left: 35px;
}

header a {
    text-decoration: none;
}

h1 {
    color: white;
    justify-content: center;
    display: flex;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 15%;
    letter-spacing: -3px;
    line-height: 1;
    white-space: nowrap;
}

p {
    color: white;
    justify-content: center;
    display: flex;
    text-align: center;
    justify-content: center;
    letter-spacing: -2px;
    line-height: 1.5;
    margin: 0;
    margin-top: 0.5%;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 1200px;
  font-size: 25px;
}

.anton-regular2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 1200px;
  font-size: 90px;
}

.anton-regular3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 1200px;
  font-size: 65px;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  text-decoration: none;
}

.montserrat2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  text-decoration: none;
}

.montserrat3 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-decoration: none;
}

h2{
    color: white;
    justify-content: center;
    display: flex;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 0.5%;
    letter-spacing: -3px;
    line-height: 1;
    white-space: nowrap;
}

footer{
   color: white;
    text-decoration: none;
    width: 100%;
    height: 120px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    padding: 0px;
    backdrop-filter: blur(10px);
    height: 5vh;
    margin-top: 0.5%;
    bottom: 0;
    text-decoration: none;
}

footer a{
    color: white;
    text-decoration: none;
}

footer address{
    font-style: normal;
}