body{
    background-color: rgb(11, 12, 85);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.main{
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    margin-top: 200px;
}