body {
    background-image: url(../assets/black\ and\ white\ bows\ laptop\ wallpaper.jpg);
}

h1 {
    background-color: white;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 200px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 100px;
}

h2 {
    background-color: black;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 100px;
}

figure {
    width: 400px;
    height: 400px;
    justify-content: center;
    margin-left: 400px;
    margin-top: 200px;
    margin-bottom: 70px;
}

img {
    width: 100%;
    height: 100%;
    display:flex;
    border: solid;
    border-color: white;
    border-width: 5px;
}

.voltar {
    background-image:url(../assets/back.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 80px;
    height: 40px;
}
