* {
    padding: 0;
    margin: 0;
}

@font-face {
  font-family: Smalle;
  src: url('https://willdotjpg.gay/fonts/smalle.TTF');
}

body {
    width: 199px;
    height: 600px;
    background-color: #68A8D8;
    font-family: 'Smalle';
    text-align: center;
    padding-top: 10px;
    color: #000;
}

h1 {
    font-family: 'Smalle';
    text-align: center;
    text-shadow: 1px 1px #fff;
    font-size: 22px;
}

a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #fff;
}