@font-face {
  font-family: Retro;
  src: url(../font/retro_computer.ttf);
}

body {
    background-color: #ed8f15;
}

a {
    font-family: Retro;
    text-decoration: none;
    color: white;
    font-size: 20px;
}

h1 {
    font-family: Retro;
}

.item {
    height: 400px;
    border-radius: 4px;
    padding: 2px;
}