body{
    background-color: #010218;
}


.main{
    display: grid;
    place-items: center;
    margin: 30px;
}

h1{
    color: white;
    font-weight: 700;
    text-align: center;
}
.header{
    margin-top: 50px;
    font-size: 30px;

}

.primaryx{
    color: rgb(243, 248, 255);

}
