body{
  background-color: #B8B8D1;
}

#capsalera{
    background-color: #2F4858;
    border-radius: 20px;
    padding: 1px;
}


h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        color: #F26419;
        font-size: 50px;
        font-weight: bold;
        padding-left: 115px;
      
}
h2 {
    
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        color:rgb(240, 185, 56);
        font-size: 30px;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
        font-weight: bold;
      
}
#textnormal {
    color: #2F4858
}

h3{
    display: flex;
        line-height: 1;
        color:rgb(242, 207, 12);
        font-size: 30px;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
        font-weight: bold;
        align-items: center;
    justify-content: center;
}

#botójuga {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ff6f23;
    font-size: 18px;
    border-radius: 20px;
    width: 200px;
    height: 50px;
    font-weight: bold;
    border: 2px solid #555555;
    transition: 0.3s;
    box-shadow: 0px 2px 0px -2px rgba(67, 145, 209, 1);
    background-color: #085aac;
    margin: auto;
  }
  
  #botójuga:hover {
    box-shadow: 0 0 #fff;
    transform: translateY(1px);
  }
  #botó {
    margin:auto;
    text-align: center;
  }
  .home {
    float: right;
    cursor: pointer;
}
