body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color:  #E9573F;
    text-align: center;
    overflow: hidden;
}
section {
    background-color: #FC6E51;

}
.infobox{
    color: white;
}
.infobox p{
    position: relative;
    font-size: 20px;
    margin: auto;
    padding: auto;
    max-width: 950px;
    text-shadow: #E9573F 1px 0px 0px;
}
.infobox h1 {
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
    text-shadow: #E9573F 1px 0px 0px;
}
.infobox h2{
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
}
.infobox hr{
    color: white;
    size: 10px;
    width: 10%;
    height: 10px;
}
.custom-hr{
    background-color: white;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 150px;
    height: 3px;
    position: relative;
    border-radius: 40px;;
}
.infobox a{
    color: white;
    transition: 300ms;
}
.infobox a:hover{
    font-size: 21px;
}
.don-pedro{
    display: inline-block;
    margin-top: 50px;
    color: white;
    border-top: solid 5px white;
    border-bottom: solid 5px white;
    transform: skew(0, -5deg);
    position: relative;
}
.subphone{
    position: relative;
    top: 150px;
}
.subphone input{
    outline: none;
    border-radius: 10px;
    border: 0px;
    width: 10%;
    height: 25px;
    text-align: center;
}
.subphone h1{
    color: white;
    font-size: 20px;
}
