* {
    box-sizing: border-box;
}
nav {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    font-size: 30px;
    line-height: 1.6;
    background-color: #ede1d1;
}
body {
    margin: 0;
    padding: 0;
    height: 100;
}

header {
    background-color: #412e27;
    color: #fff;
    padding: 10px 289px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-family: "Playflair Display", serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
}
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav li {
    display: inline;
    text-align: center;
}
a {
    font-family: "Gupter", san-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    color: #412e27;
    background: #ccb89d;
    display: inline-block;
    width: 150px;
}

section {
    font-family: "Judson", serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    color: #412e27;
}
.sectionaboutText {
    width: 40%;
    padding: 20px;
    justify-self: end;
}
h2 {
    font-family: "EB Garamond", serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #5d2410;
    margin-bottom: 10px;
    text-align: center;
}

.socialMediaLinks a {
    font-family: "Judson", serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    display: inline;
    color: #412e27;
    text-decoration: underline;
    text-align: center;
    background: none;
}

.socialMediaLinks a:hover {
    text-decoration: underline;
    text-align: center;
}
h3 {
    font-family: "Georgia", serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    color: #412e27;
}
