@charset "utf-8";
*{  
box-sizing: border-box;
margin: 0;
padding:0;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    text-align: center;
    
}
li{
    color: black;
    list-style: none;
}

p{
    width: 800px;
    color:black;
}
*a{
    text-decoration:none;
}

body{
    background-color: white;
    }
h1{
    text-align: center;
}
nav{
    width: 500px;
    margin:auto;
}
h2{
    font-size: 16px;
    text-decoration: underline;
}
header nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-content:space-around;
    font-family: 'Open Sans', sans-serif;
    justify-content: space-around;
}
header nav ul li a {
    color: #f5a992;
    text-decoration: none;
    display:block; 
    text-align: center;
}

.boton1{ 
    width: 100px;
    height: 50; 
    background:#A0E0E0;
    
    margin:auto;
    margin-bottom: 10px;
    
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    
    font-size: 14px;
    
    color:black;
}
.boton hover{
}
.boton2{
    width: 100px;
    height: 50;
    background:#F5a992;
    
    margin:auto;
    margin-bottom: 10px;
    
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    
    font-size: 14px;
    
    color:black; 
    
}
.boton3{
    width: 100px;
    height: 50;
    background:#bcfdf5;
    
    margin:auto;
    margin-bottom: 10px;
    
    border-radius:10px;
    text-align:center;
    line-height: 50px;
    
    font-size: 14px;
    
    color:black; 
}

.boton4{
    width: 100px;
    height: 50;
    background:#58ACFA;
    
    margin:auto;
    margin-bottom: 10px;
        
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    
    font-size: 14px;
        
    color:black;
}
header img{
    display: block;
    margin: auto;
    margin-bottom: 50px;
    margin-top:50px
}
footer{
    background-color: skyblue;
    text-align: center;
    color: black;
    font-size:14px;
}
footer p{
    padding:15px;
    width:555px;
    color: black;
    text-align: center;
    margin: auto;
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

