.title {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
}
.text-underline {
    text-decoration: underline;
    font-weight: bold;
}
.content {
    margin-top: 30px;
    font-size: 12px;
}
.url-container a {
    color: black;
    text-decoration: none;
}