



h1{
    text-decoration: dotted;
    font-size: 50px;
    text-align: center;
    color: rgb(253, 255, 255);
}

body{
    display:flow-root;
    background-color: rgb(1, 19, 37);
}

.logo {
    border-radius: 0%;
    width: 70px;
    margin: auto;
 display: block;
}

.videos{
    margin-left: auto;
 align-items: center;
 display: flex;
 justify-content: center;
 border: 2px dotted rgb(1, 19, 37);
}
.mochila {
    border-radius: 25%;
    width: 400px;

}
.icon {
 border-radius: 50%;
 width: 20px;

}
a {
    text-decoration: none;
    font-size: 20px;
    color: rgb(250, 250, 250);
}
ul{
    color: aliceblue;
}
menu{
    background-color: black;
    width: 400px;
    height: 40px;
    padding-inline: 50%;
}
li{
    font-size: 20px;
    color: blanchedalmond;
}
 