* {
    box-sizing: border-box;
}

body {
    background-color: rgb(228, 211, 211);
    margin: 0;
}

.text1 h1, h1 {
    font-family: 'Quicksand', sans-serif;
    word-spacing: 0.5em;
    letter-spacing: 1px;
    line-height: 2;
    color: grey;
    text-align: center;
    padding-top: 5rem;
}

h2 {
    font-family: 'Quicksand', sans-serif;
    word-spacing: 0.5em;
    letter-spacing: 1px;
    line-height: 2;
    color: grey;
    text-align: center;
    padding: 1em;
    font-size: 1.7rem;
}

.text1 p {
    font-family: 'Cormorant Garamond', serif;
    word-spacing: 0.5em;
    letter-spacing: 1px;
    line-height: 2;
    color: rgb(0, 0, 0);
    text-align: center;
    padding-bottom: 5em;
    padding: 1em 1.5em;
    font-size: 1.5em;
}

img {
    height: auto;
    width: 10rem;
    /* border: 3px solid gray; */
}

.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;
}

.colorbackground {
    background-color: rgb(231, 225, 214);
    margin-top: 10em;
}

td {
    border: 1px solid black;
    text-align: center;
    padding: 25px;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 1px;
    font-size: 1.4rem;
}

.center {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

a {
    color:rgb(107, 86, 60);
}

a:visited {
    color:rgb(52, 70, 52);
}