@@ -5,19 +5,19 @@ body {
background-color: grey;
margin: auto;
border: 50px solid black;
-
}
.main_container {
position: relative;
- width: 100%;
+ max-width: 100%;
+ height: auto;
min-height: 100vh;
color: white;
.main_text {
position: absolute;
- top: 10%;
+ top: 5%;
left: 30%;
transform: translate(-50%, -50%);
text-align: left;