.home{
    display: flex;
    justify-content: center;
}

#main-container{
    color: white;
    font-family: 'Arial';
    padding: 6rem 10px 10rem 10px;
    max-width: 900px;
}

#title-tycos{
text-align: center;
}

#tycos-content-1{
    text-align: justify;
}

#tycos-content-2{
    text-align: justify;
}

p > a{
color: white;
}