*{
    margin: 0;
    padding: 0;
}
.main{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(237, 237, 237);
}

.cname{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-family: "Sofia";
    color: rgb(114, 114, 114);
}
