body{
   /*  background-color: #900c3d #571846;    */
    background-image: linear-gradient(#900c3d, #571846);
    font-family: Arial, Helvetica, sans-serif;

    height: 100vh;  
  
  /*alinhando*/
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.content{
    text-align: center;
    position: relative;

    padding: .5rem 1rem;
    border-radius: .2rem;
}

p{
    color: white;
    font-size: 1.2rem;
    text-align: center;
}


img{
    max-width: 25rem;
    padding-bottom: 1.2em;
}

a{
    text-decoration: none;
    color: white;

}
a:hover{
    text-decoration: underline;
}

