body{
    margin: 0;
    padding: 0;
    color: #fff; 
    font-family: 'Catamaran', sans-serif;
   
}

h1{
    color: #f2a100;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

p{
    color: #868686;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
}

.btn-hora,.btn-exa{
color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.08498px;
  text-align: center;
  background: #f2a100;
  box-shadow: 0px 2px 10px rgba(27,29,38,0.2);
  padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
}

.btn-hora{
margin-right: 50px;
}

.mensaje{
    align-self: center;
}

.img-mono{
    display: flex;
    justify-content: flex-end;
}

.principal{
    margin-top: 8%;
}

:focus {
    outline: none;
}

.anchor{
    margin-left: 0px;
}
@media (max-width: 768px) {
    .img-mono {
        justify-content: center;
    }
    .mensaje {
      
        padding-left: 20%;
        margin-bottom: 50px;
    }
    h1 {
        font-size: 40px;
    }
    p {
        font-size: 15px;
    }
    .btn-hora, .btn-exa {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    p {
        font-size: 22px;
    }
    .anchor{
        height: 100px;
            align-content: space-between;
            justify-content: initial;
            margin-left: 0%;
        }
}

@media (max-width: 375px){
.btn-hora, .btn-exa {
margin: 0px;
}
.anchor{
    height: 100px;
        align-content: space-between;
        justify-content: initial;
        margin-left: 0%;
    }
    p {
        font-size: 22px;
    }
}

@media (max-width: 320px){
p {
    font-size: 22px;
}

.anchor{
height: 100px;
    align-content: space-between;
    justify-content: initial;
    margin-left: 0%;
}

}