@font-face {
  font-family: 'miglianormal';
  src: url("../fonts/Miglia.ttf") format('ttf'), url("../fonts/Miglia.ttf") format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
    max-width: 500px;
    font-family: 'Roboto', sans-serif, arial;
    background-color: black;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    gap: 2em;
    margin: 0 auto;
}

h1 {
    font-family: 'miglianormal', 'Roboto', sans-serif, arial;
    text-align: center;
}

a {
    font-family: 'miglianormal', 'Roboto', sans-serif, arial;
    color: #ff284c;
    font-size: 1.25em;
    text-decoration: none;
    padding: 2px;
    text-align: center;
}

a:hover {
    background-color: #ff284c;
    color: white;
}

img {
    width: 66%;
}

footer {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 0.75em
}



@media only screen and (min-width: 600px) {
 
    
     

}

@media only screen and (min-width: 900px) {
    
}
