*{
    margin: 0;
    padding: 0;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', 'Arial', 'sans-serif';
}

body{
    background-image: url("maker.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}


ul{
    float: right;
    list-style-type: none;
    margin-top: 25px;
}

ul li{
    display: inline-block;
}

ul li a{
    text-decoration: none;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid transparent;
    transition: 0.2s ease;
}

ul li a:hover{
    background-color: #fff;
    color: #000;
}

ul li.active a {
    background-color: #fff;
    color: #000;
}

.main{
    max-width: 1200px;
    margin:auto;
}

.title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
}

h1{
color: #fff;
font-size: 80px;
background-color: rgb(111, 119, 105);
text-align: center;
}
div.all{
    display: flex;
}
diV.info {
    width: 401px;
    height: 379px;
    border: 3px solid rgb(210, 231, 180);
    background-color:black;
 }
 div.titulo{
     text-align: center;
     font-size: 50px;
     color: black;
 }
 div.infor{
     justify-content: center;
     text-align: center;
     align-content: center;
     font-size: 15px;
     color: white;
    font: georgia;
 }

 div.videos{
    margin: 50px;
    width: 750px;
    height: 450px;
 }

 }

 .head {
     height: 60px;
 }