html {
    height: 100%;
}
body {
    background-color: black;
    height: 100%; 
}
.main {
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    padding: 0%;
    width: 80%;
    height: 100%;
    color: white;
}

.text {
    max-width: 45%;
    min-width: 300px;
}

.ntext {
    width: 20%;
    height: 100%;
}