body {
    height: 100vh; /* or use min-height: 100vh; */
    margin: 0; /* to remove default margin */
    background-image: url("Assets/clouds.png");
    background-size: cover;
    background-position: center;
    background-color: coral;
    text-align: center;
    color: white;
    font-family: "Lucida Console", "Courier New", monospace;
    overflow: hidden;
}
.wrapper {
    width: 60%;
    height: 90vh;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.icon {
}
img {
    height: auto;
    width: 88%;
    transform: translate(100px, -200px);
    overflow-y: hidden;
}
.textbox {
    font-size: 11px;
    background-color: black;
    border: solid white 2px;
    height: auto;
    width: 35%;
    overflow: scroll;
    transform: translate(85px, -400px);
}
