body {
    margin: 0;
    text-align: center;
    font-family: "Merriweather", serif;
    color:rgb(219, 219, 219);
    background-color: rgb(40, 40, 40);
  }

.img-logo {
    width: 50%;
    margin: 1vw;
    margin-bottom: 10px;
}

div.container1 {
    position: relative;
    justify-content: center;
    margin-top: 4.5em;
}

div.container1 p {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
}

div.footer {
    position: relative;
    justify-content: center;
    margin-top: 14em;
}

div.footer p {
    position: relative;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
}