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

body {
    background-color: #9a8568;
}

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

h1 {
    font-family: Retro;
}

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