html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-image: url('sfondo_v2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    margin: 0;
    */
}

.link-copy-summer {
    position: absolute;
    bottom: 10px;
    right: 30px;
    font-size: 0.5rem;
}

.link-copy-winter {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-size: 0.5rem;
}

.link-copy-summer a {
    color: white;
    text-decoration: none;
}

.link-copy-winter a {
    color: white;
    text-decoration: none;
}

.my-cv {
    position: absolute;
    bottom: 30%;
    left: 10%;
    font-size: 1.5rem;
    color: #007BFF;
    border: 3px solid #007BFF;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px 40px;
    position: absolute;
    /* background-image: url('sfondo_v2.png');
    background-size: cover;
    background-position: center; */
}

.my-projects {
    position: absolute;
    bottom: 30%;
    right: 10%;
    font-size: 1.5rem;
    color: #007BFF;
    border: 3px solid #007BFF;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px 40px;
    position: absolute;
}

h1 {
    font-size: 3rem;
    color: #007BFF;
    border: 3px solid #007BFF;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px 40px;
    position: absolute;
    top: 20%;
}

.area-riservata {
    font-size: 1.5rem;
    color: #007BFF;
    border: 3px solid #007BFF;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5px 10px;
    position: absolute;
    bottom: 30%;
}

.area-riservata a {
    color: #007BFF;
    text-decoration: none;
}

footer {
    position: absolute;
    bottom: 10px;
    font-size: 1rem;
    color: #ffffff;
}