html, body {
    margin: 0;
    padding: 0;
    overflow: visible;
    background-image: url(../img/backgrounds/1.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body {
    width: 80%;
    margin: auto;
}

p {
    color: #5D6C76;
}

a {
    color: #9d0000;
}
