html {
    background-color: black;
}
body {
    background-color: black;
}

.container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-content: center;
    margin-top: 100px;
    align-items: center;
}

.logo {
  display: flex;
    max-width: 70%;
    width: 557px;
}

.texto {
    display: flex;
    max-height: 100%;
    max-width: 100%;
    width: 741px;
    margin-top: 100px;
}