@import url('https://fonts.googleapis.com/css2?family=Redacted&display=swap');

body{
    background-image: url("../img/sky.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

h1, h2, p{
    color: azure;
}

h1{
    text-align: center;
}

.fotos{
    border-radius:50%;
    height: 150px;
}

.botao_voltar{
    display: inline-block;
    margin: 0 auto;
    padding: 12px 24px;
    border-radius: 6px;
    border: 0;
    font-weight: bold;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    background: #615f8b;
    color: #fff;
}

div.botao{
    text-align: center;
}
