body {
    width: 100vw;
    height: 100vh;
    background-color: antiquewhite;
    border: solid 1px black;
}

.cotainer {
    width: 100%;
    height: 100%;
}