html {
    background-color: white;
    scroll-behavior: smooth;
    text-align: center;
}



.Fmenu{
    display: flex;
}

.Fmenu li{
    list-style: none;
    margin: 1px;
}

.Fmenu li a{
    text-align: right;
    color: hsl(0, 0%, 100%);
    background: hsla(259, 100%, 48%, 0.353);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 20px;
    padding: 5px 10px;
}

.Fmenu li a:hover{
    padding: 5px 10px;
    background: hsl(264, 100%, 15%);
    color:#ffffff;
    border-radius: 5px;
}

head{
    background-color: rgba(162, 0, 255, 0.649);
}

.Fwave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

body{
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.title{
    text-align: center;

}

.logo{
    text-align: left;
    background-color: hsl(264, 100%, 15%);
        font-size: 20px;
        color: rgba(24, 0, 81, 0.724), 0.634;
        font-weight: 30px;
        border-radius: 10px;
        padding: 1px 1px;
    }
    

.titulo {
    text-align: center;   
}

.Fimg {
    width: 1200px;
}

@media screen and (max-width:900px) {

    .Fimg {
        width: 500px;
    }


}

h1{
    color: blue;

}

h2{
    color: blue;

}

img {
    border-radius: 30px;
        border: 5px solid rgb(46, 0, 98);
        }
