.title {
    color: #ffffff;
    font-family: Verdana;
    font-size: xxx-large;
    text-align: center;
}

.layoutSite {
    background-color: coral;
    border: double;
    color: white;
    column-count: 3;
    column-rule-style: dotted;
    column-gap: 30px;
}