body{
    padding: 5%;
    height: 100vh;
    background-image: url('../img/background.png');
    overflow-y: hidden;
}

h1{
    color: white;
}

.logo{
    max-width: 100%;
    justify-content: center;
    align-items: center;
}

.icon-whatsapp{
    position: fixed;
    bottom: 5%;
    right: 2%;
    border-radius: 100%;
}