*{
    margin :0;
    padding: 0;
    box-sizing: border-box;
}

body{
    width: 100%;
    height: 100vh;
}

.main{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #484848;
}

h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18rem;
    font-weight: 100;
    color: aliceblue;
    /* background-color: chocolate; */
}