/*
selector {
  property: value; 
  }
*/

@import url('https://fonts.googleapis.com/css2?family=Vina+Sans&display=swap');

.header1 h1, h3{
    color:white;
    background-color:#ce0000;
    text-align: center;
    padding:3%;
}
.header1 h3{
       font-family: "Vina Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align:center;
    font-size:300%;
}

.header h2{
    font-size:200%;
}

.header1 h1{
    background-color:white;
    color:black;
}

h1{
    background-color:white;
    color:black;
    border:25%;
    font-size:500%;
}

h1,h2 {
    font-family: "Vina Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align:center;
}

.NavBar ul,a{
    background-color:#ce0000;
    color:white;
    list-style-type: none;
    font-family: "Vina Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align:center;
    font-size:1.3em;
}

li{
    display:inline;
    margin:5%;
}

html {
    background-color:#87cefa;
    color:#ce0000;
    font-family:sans-serif;
}

h2{
    text-align:center;
    font-size:160%;
    background-color:white;
}

img{
    width:100%;
    margin:auto;
}

.yuiza img{
    width:30%;
    display: flex;
    justify-content: center;
}

.yuiza p{
    font-size:110%;
}

.mariana img{
    width:30%;
    display: flex;
    justify-content: center;

}
.mariana p{
    font-size:110%;
}

img{
    border:4px solid white;
}

h4{
    text-align:center;
}