body{
    background-color: #f6f4f3;
    font-family: Arial, Helvetica, sans-serif;
    color: #31241e;
    margin-top: 30px;
    margin-left: 80px;
    margin-right: 80px;
}

header{
    display: flex;
    border-bottom: 2px solid #31241e;
    justify-content: space-between;
    align-items: center;
    padding-inline: 60px;
}

a{
    text-decoration: none;
    color: #31241e;
    padding-inline: 20px;
}

a:hover{
    font-size: 19px;
    color: #a5a16f;
}

.logotext{
    display: flex;
}

.imagenp{
    text-align: center;
}

.intro{
    display: flex;
    padding-top: 10px;
}

.container{
    text-align: justify;
    padding-right: 20px;
}

footer{
    border-top: 2px solid #31241e;
    text-align: center;
}

#main-title:hover{
    color: #a5a16f;
}

.About{
    display: flex;
}

.textabout{
    padding-left: 25px;
    text-align: justify;
}

.Inspire{
    display: flex;
    justify-content: space-between;
    text-align: justify;
}

.playa{
    text-align: center;
}

.column1{
    width: 47%;
    padding-left: 20px;
}

.column2{
    width: 47%;
    padding-right: 20px;
}

ul{
    text-align: center;
    list-style-type: none;
}

.Contact{
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

video{
    width: 300px;
    height: 200px;
}