@@ -4,21 +4,19 @@ html {
body {
background-color: grey;
- margin: 50;
}
.main_container {
position: relative;
- width: 100%;
+ width: 99%;
min-height: 100vh;
- color: white;
margin: 20px;
.main_text {
position: absolute;
top: 5%;
- left: 25%;
+ left: 28%;
transform: translate(-50%, -50%);
text-align: left;
border: 0.5px solid white;