@font-face {
    font-family: Carattere-Regular;
    src: url("Carattere-Regular.ttf");
}

body {
    background-color: black;
    color: white;
}

p {
    text-align: center;
    font-family: Carattere-Regular;
}

p.maintext {
    color: lightgoldenrodyellow;
    font-size: 24px;
}

p.maintext a:hover,
p.header a:hover {
    color: lightblue;
}

p.maintext a:visited,
p.header a:visited {
    color: lightskyblue;
}

p.header {
    color: white;
    font-size: 50px;
}

.doodle {
    position: fixed;
    z-index: -1;
}

.content {
    width: 85%;
    margin: 2rem auto;
    padding: 5rem;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
}