*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
}
body{
    overflow: auto;
    overflow-x: hidden;
    background-color: #1e1f21;

}

main{
    position: relative;
    top: 150px;
    display: flex;
    flex-direction: column;
}

.heading{
    text-align: center;
    font-weight: bold;
    font-size: 3em;
}