@font-face {
    font-family: VHS;
    src: url(fonts/VCR_OSD_MONO_1.001.ttf);
}


body{
    display: flex;
    background: #0033ff;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    height: 100vh;
    font-family: VHS;
    text-decoration: none;
    font-size: 4vw;
}

a{
text-decoration: none;
color: white;

}

a:visited{
    text-decoration: none;
color: white;

}

a:hover{
    text-decoration: none;
color: white;
border: white 10px solid;

}