@font-face {
    font-family: Amarante;
    src: url("../fonts/amarante.woff2") format("woff2"),
        url("../fonts/amarante.woff") format("woff");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Amarante;
}

body {
    background: linear-gradient(to right, #1e2724, #0c554c);
}

#root {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    margin-bottom: 20px;
    border: #1e2724 solid 4px;
    border-radius: 10px;
}

a {
    font-family: Amarante, sans-serif;
    color: #ffd700;
    text-decoration: none;
}
