body {
    background-color: rgba(207, 207, 207, 0.3);
    color: rgb(70, 63, 63);
    font-size: x-large;
    font-weight: bold;
    margin: 0;
}


.main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
    background-color: rgba(206, 205, 305, 0.9);
    height: 100px;
}