body, html{
    font-family: sans-serif;
}

.container{
    padding: 2rem;
}

.text-center{
    text-align: center;
}

.img-center{
    display:flex;
    justify-content:center;
    align-items:center;
}

.title{
    font-family: 'Times New Roman', Times, serif;
    font-size: 5rem;
}

.paragraph{
    word-wrap: break-word;
    text-align: center;
}

.link{
    color: black;
    text-decoration: none;
    cursor: text;
}