body {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.center {
    text-align: center;
}
.box {
    margin: auto;
    width: 60%;
    border: 3px solid #ffffff;
    padding: 10px;
    border-radius: 15px;
}
.big-hi {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: white;
}
.normal-text {
    font-family: "Inter", sans-serif;
    font-weight: medium;
    font-style: normal;
    color: white;
}