@font-face {
    font-family: 'andalemono';
    src: url(./public/andalemono.ttf);
}

* {
    /* Шрифт */
    font-family: 'andalemono', serif;
    vertical-align: middle;
    color: aliceblue;
}

h1 {
    text-decoration: none;
    color: #6776ff;
    font-family: 'andalemono', serif
}

a {
    text-decoration: none;
    color: rgb(135, 135, 135);
    font-family: 'andalemono', serif
}

img {
    height: 250px;
}

body {
    background-color: black;
}