
@font-face {
    font-family: orbitron;
    src: url(https://medipjt.fi/vjtt2408/alina.vanhala/404/Orbitron/Orbitron-VariableFont_wght.ttf);
}
body {
   
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(https://medipjt.fi/vjtt2408/alina.vanhala/404/pexels-george-desipris-726478.jpg);
      background-attachment: fixed;
  background-size: cover;
  background-position: center
}

.container {
    padding-top: 30px;
     font-family: orbitron;
    text-align: center;
}


h1 {
    color: aliceblue;
}

p {
    color: aliceblue;

}

a:link {
  text-decoration: none;
  color: #c29bf1;
}
a:visited {
  color: #a59af5;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background-color: #95c3ee;
}