body {
    background-color: rgb(241, 223, 200);
}

h1 {
    font-family: 'Quicksand', sans-serif;
    word-spacing: 0.5em;
    letter-spacing: 1px;
    line-height: 2;
    font-size: 45px;
    color: rgb(95, 86, 86);
    text-align: center;
    padding-top: 5rem;
}

p {
    font-family: 'Quicksand', sans-serif;
    word-spacing: 0.5em;
    letter-spacing: 1px;
    line-height: 2;
    font-size: 1rem;
    color: rgb(104, 69, 69);
    text-align: center;
    padding-left: 3em;
    padding-right: 3em;
}

h2 {
    font-family: 'Quicksand', sans-serif;
    word-spacing: 0.5em;
    letter-spacing: 1px;
    line-height: 2;
    font-size: 27px;
    text-align: center;
    text-decoration: underline;
    color:rgb(95, 86, 86)
}

.linkshere p {
    font-family: fantasy;
    font-size: 22px;
}

a {
    color:rgb(104, 69, 69);
    text-decoration: none;
}

a:hover {
    color:rgb(185, 164, 136);
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

.col {
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(173, 125, 125);
}