* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    height: 100%;
    width: 100%;
}

p{
    font-family: 'Raleway', sans-serif;
    color: #E0BE88;
    line-height:80%;
    font-size: 8vh; 
}

span{
    font-family: 'Raleway', sans-serif;
    color: #E0BE88;
    font-size: 3vh;
}
.legend{
    font-family: 'Raleway', sans-serif;
    color: #E0BE88;
    font-size: 4vh;
}

body{
    margin:0px;
    padding: 0px;
    min-height: 100%;
    background-color: #2d3537 !important;
}
header{
    height:  15vh;
}
footer{
    height: 15vh;
}
main{
    height: 70vh;
    background-color: #2d3537 !important;
}
.t4r-main {
    content:  url(../img/logo_t4r.svg);
    
}
.t4r-footer{
    content:  url(../img/bcn.svg);
}
.t4r-header{
    content: url(../img/icona_t4r.svg);
}

