body{
    background-image: url('../img/home.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    color: aliceblue;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
  }

p {
    color: black;
}

.texte {
    padding: 20px;
    background-color: rgba(250, 250, 250, 0.8);
}

#logo{
    margin: auto;
    width: 50px;
}

.paypal {
    padding: 20px;
    background-color: rgba(76, 16, 41, 0.8);
}