@font-face {
  font-family: 'SP'; /* set name */
  src: url('SaksPotts_typeface3.ttf') format('truetype'); /* url of the font */
}



body{
    overflow: hidden;
    background-color: black;
}

#logo{
    width: 100%;

}

.text{
    color: white !important;
    font-family: 'SP';
    text-decoration: none;
    font-size: 0.9em;
    line-height: 5em;
    letter-spacing: 0.4em;
    text-align: center;
    margin-top:2em;
}

a:hover{
    text-decoration: underline;
}

#links{
    padding-top: 10vh;
}

.link{
    text-align: center;
}

#all{
    margin: auto;
    width: 70vw;
    margin-top: 35vh;
}
