body {
padding: 0px;
margin: 0px;
font-weight: 600;
color: rgb(235, 235, 235);
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}


.landing{
    width: 100%;
    height: 100vh;
    background-color: rgb(26, 31, 31);
    text-align: center;
}

.header{
    font-size: 12pt;
    text-align: left;
    position: relative;
    top: 2vh;
    padding: 1vi;
    padding-left: 3vw;

}

.main{
    width: 800px;
    height: auto;
    /*background-color: rgb(38, 46, 46);*/
    text-align: left;
    left: 15vw;
    position: relative;
    top: 15%;
}

a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

.container-m{
    font-weight: bold;
    font-size: 90pt;
    color: rgb(255, 17, 0);
}

.link{
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding-right: 0px;
    text-decoration: underline;
}

.blink{
    position: relative;
    bottom: 10px;
    right: 30px;
}

.footer{
    font-size: 12pt;
    text-align: left;
    position: absolute;
    bottom: 2vh;
    padding: 1vi;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lower{
    height: 1000px;
    text-align: center;
}

span.a{
    display: inline-block;
    padding-left: 2vw;
    padding-right: 2vw;
}

span.a.logo{
    font-size: 20pt;
}