
body{
    font-family: sans-serif;
    background-color:white;
}
.container {
    background-color: white;
    padding-top: 2px;
    display: flex;
    margin: 6px;
  
}
.box {
    text-align: center;
    padding: 1%;
    background-color: #ff5900;
    color: white;

}
.caja {
    height: 300px;width: 350px; ;
    border: 3px rgb(240, 240, 240) solid;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    font-size: 17px;
}

h1{
color: white;
}

a{
text-decoration: none;
color: black;
}

a:hover{
    color: #ff5900;
}