@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Oswald", sans-serif;
    margin: 0px;
}

.NavBar {
    display: flex;
    align-items: center;
    border: 10px;
    padding-left: 100px;
    padding-right: 80px;
    color: azure;
    background-color: rgb(152, 166, 179);
}

.foto {
    height: 250px;
    border-radius: 10px;
}

.miammazzo {
    margin-right: 50px;
}

.ggperilbro {
    font-weight: 200;
    font-size: 37px;
}

.footer {
    text-align: center;
    justify-content: center;
    background-color: rgb(39, 36, 36);
    color: aliceblue;
    font-weight: 200;
    font-size:30px;
    margin-bottom: 0px;
}

.footer a {
    text-decoration: none;
    color: rgb(201, 201, 201);
}

.footer p{
    margin-bottom: 0px;
}


.citation {
    background-color: rgba(134, 134, 134, 0.308);
    
    color: rgb(110, 110, 110);
    padding: 40px 300px;
}

.ilbro {
    text-align: right;
    font-size: 30px;
    font-weight: 600;
}

.gg {
    font-size: 30px;
    margin: 5px 5px;
    font-weight: 200;
}

.button1 {
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    color: azure;
    border: 0px;
    padding: 5px 40px;
    background: #3b4244;
    border-radius: 5px;
    font-size: 20px;
    margin: 20px;
    margin-left: 0px;
}

#home {
    font-size: 70px;
    margin: 0px;
}

.divinfo {
    width: 250px;
    font-size: 25px;
    font-weight: 100;
    text-align: justify;
}

.imageinfo {
    width: 250px;
    border-radius: 40px;
}

.casualinformation {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 50px;
}

.aboutconteiner {
    display: flex;
    background-color: rgb(152, 166, 179);
    color: azure;
    padding-left: 100px;
    padding-right: 80px;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding-bottom: 80px;
}



#Title {
    font-size: 30px;
}

.home {
    margin-left: auto;
    margin-right: 20px;
}

.link1,.link2 {
    margin: 20px;
}

.a {
    text-decoration: none;
    color: azure;
}