*{
    margin: 0;
    padding: 0;
}

body{
    display: flex;
    justify-content: center;
    /* background-color: antiquewhite; */
}

.title{
    margin-top: 50px;
}