*{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}

.header{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;left: 0;
}

.texto{
    padding: 130px;
    text-align: center;
}

.header-img {
    margin: 0 auto;
    width: 20%;
    display: block;
}

.btn-menu label {
    font-size: 2em;
    padding-top: 15px;
    padding: 15px;
}

.btn-menu label a img{
    width: 30px;
}

footer {
    background-color: #bfcce7;
    color: black;
    text-align: center;
    padding: 1em 0;
    bottom: 0;
    width: 100%;
    height: 7%;
    font-family: 'Rajdhani', sans-serif;
}