@font-face {
    font-family: futura_now;
    src: url(FuturaNowVar-Roman.ttf);
  }

body {
    font-family: futura_now;
    background-color: grey;
}
a{
    color: black;
}
h1{
    font-weight: 400;
    text-transform: uppercase;
    padding:15px;
    font-size: 18px;
    line-height: 1em;
    border-bottom: 1px solid black;
}
.main_container{
    width: fit-content;
    margin: auto;
    position: relative;
    height: fit-content;
    top: 35vh;
    text-align: center;
    border: 1px solid black;
    background-color: white;
}
.logo {
    width: calc(100% - 30px);
    padding: 15px;
    border-bottom: 1px solid black;
}
.logo svg{
    fill: black;
}
.logo:hover {
    background-color: black;
}
.logo:hover svg {
    fill: white;
}