@font-face {
    font-family: Trattatello;
    src: url(./assets/fonts/Trattatello.ttf);
}



html {
    height: 100%;
}
body {
    background-color: #351142;
    height: 100%;
    margin: 0;
}

main {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



main img {
    width: 70%;
    max-width: 500px;
}

h1 {
    font-family: Trattatello, Helvetica, Arial, sans-serif;
    color:#d57928;
    margin: 10px;
    line-height: 1em;
    letter-spacing: 2px;
}
a {
    font-family:Helvetica, Arial, sans-serif;
    color:#4cad99;
    text-decoration: none;
    font-size: 14px;
}