body {
    background-image: url('imagens/background.png');
    text-align: center;
}

.container {
    margin-left: 20%;
    width: 60%;
}

h1 {
    font-size: 60pt;
    color: white;
}

h2 {
    font-size: 40pt;
    color:yellow;
    
}

.img1 {
    width: 40%;
    margin-left: 30%;
    display: block;
}


.amarelo {
    margin-top:3%;
    color: yellow;
    font-family: Georgia;
    font-size: 20pt;
}

.branco {
    margin-top:3%;
    color: white;
    font-family: Georgia;
    font-size: 20pt;
}

img {
    width: 30%;
}

.container img {
    width: 45%;
}

.save {
    width: 100%;
}