* {
    background-color: rgb(96, 57, 106)
}

.ephesis-regular {
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
}

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

body {
    color: white;
font-family: "PT Serif", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.wrap {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.image {
    margin: -175px 0 -200px 0
}

.container {
    max-width: 1024px;
    border: 3px dotted white;
    padding: 15px;
    margin: 0 auto;
}

h1 {
    color: white;
    font-family: "Ephesis", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 50px;
    text-align: center;
    background-color: rgb(60, 38, 28);
    margin-top: -35px;
}

h2 {
    text-align: center;
    color: goldenrod;
    background-color: rgba(149, 84, 195, 0.47);
    padding: 10px;
    border-top: dotted 3px white;
}

nav a:link,
nav a:visited {
    background-color: rgba(149, 84, 195, 0.47);
    border-radius: 25px;
    color: white;
    text-decoration: none;
    padding: 15px;
    margin-left: 5px;
    margin-right: 5px;

}

nav a:hover,
nav a:focus {
    color: goldenrod;
}

nav ul li {
    display: inline;
    text-decoration: none;
    color: white;

}

ul li {
    list-style-type: none;
}

strong,
em {
    color: goldenrod;
}

.button {
    color: rgb(60, 38, 28);
    text-decoration: none;
    background-color: goldenrod;
    padding: 10px;
    border-radius: 35px;
}

.button:hover,
.button:focus {
    color: goldenrod;
    background-color: rgb(60, 38, 28);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.left {
float: left;
width: 250px;
height: 350px;
margin-right: 10px;
margin-bottom: 5px;
border: rgb(60, 38, 28) solid 4px;
border-radius: 35px;
}

.left-horiz {
float: left;
width: 350px;
height: 250px;
margin-right: 10px;
margin-bottom: 5px;
border: rgb(60, 38, 28) solid 4px;
border-radius: 35px;
}

.right {
    float: right;
    height: 400px;
    width: 300px;
margin-left: 10px;
margin-bottom: 5px;
border: rgb(60, 38, 28) solid 4px;
border-radius: 35px;
}

.link-right {
    float: right;
    height: 400px;
    width: 300px;
margin-left: 10px;
margin-bottom: 5px;
border: rgb(60, 38, 28) solid 4px;
border-radius: 35px;
}


.top {
    color: goldenrod;
text-decoration: none;
}