body {
    /* overflow-y: hidden; */
}

#home .content {
    padding: 135px 100px;
    width: 800px;
    text-align: center;
    color: #604547;
}

#home .content .title {
    font-size: 3em;
    margin-bottom: 30px;
}

#home .content .description {
    font-size: 1.2em;
}
*{
    margin: 0px;
    padding: 0px;
    list-style: none;
}