@font-face {
    font-family: "G-Bold";
    src: url("../font/Geist-Bold.otf") format("opentype");
}

@font-face {
    font-family: "G-Medium";
    src: url("../font/Geist-Medium.otf") format("opentype");
}

@font-face {
    font-family: "G-Regular";
    src: url("../font/Geist-Regular.otf") format("opentype");
}

.footer-svg{
    width: 80px;
    height: auto;
    margin:10px;
}



h2{
    font-family: "G-Bold";
    font-size:2em;
}

h3{
    font-family: "G-Bold";
    font-size:1.5em;
}

p {
    font-family: "G-Regular";
    font-size: 1em;
    margin-bottom: 50px;
}



body{
    margin: 0;
    margin-bottom: 100px;
    overflow-x:hidden;
}

main{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.logo-wrapper{
    width:100vW;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

}


.event-wrapper{
    width: 40%;
    max-width: 40%;
}

.event{
    height: auto;
    margin: 50px;
    padding:20px;
    background: white;
    border-radius: 10px;
    padding-bottom: 50px;
}

.event p{
    color:#ef5ba1
}

.event a{
    text-decoration: none;
    width:150px;
    height:50px;
    padding:20px;
    border-radius: 20px;
    font-family: "G-Bold";
    color:white;
}

.logo{
    max-width: 60%;
    height: auto;
}

footer{
    position: fixed;
    bottom:0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;

    min-height: 100px;
    min-width: 100vW;
    border-top: solid 10px;
    border-color: white;
}

@media only screen and (max-width: 1030px){


.event-wrapper{
    width: 95%;
    max-width: 95%;
        }
}