body {
    background-color:#696969;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-width: 100vw;
}
.itens{
    color: aliceblue;
    position: absolute;
    left: 17%;
    top: 25%;
    font-size: 25px;
    
}

img {
    width: 300px;
}

h2 {
    color: aliceblue;
}
.botao{
    background-color: blue;
    color: aliceblue;
    border: 1px solid blue;
    border-radius: 5px;
    cursor: pointer;
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1{
    color: aliceblue;
}
















