/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&display=swap');

body {
    background: url('../images/Background\ texture.png') no-repeat center center fixed;
    background-size: cover; 
}

p {
    font-family: 'Cactus Classical Serif', serif;
    color: white;
    font-size: 16px;
}

a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.socials {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;    
}

.socials :hover {
    color: #ffcc00;
}