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

.im-fell-dw-pica-regular {
  font-family: "IM Fell DW Pica", serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-dw-pica-regular-italic {
  font-family: "IM Fell DW Pica", serif;
  font-weight: 400;
  font-style: italic;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #0dac4f;
}

a.return {
    color: white;
}

.all {
    font-family: "IM Fell DW Pica", sans-serif;
    display: flex;
    flex-direction: column; 
    font-style: italic;
    text-transform: lowercase;
}

.header,
.body-top,
.body-showcase,
.body-quote,
.body-with-call,
.footer {
    padding: 0px 100px;
}

.header,
.footer {
    display: flex;
    background-color: #6e047c;
    text-wrap: nowrap;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
}

.header {
    justify-content: space-between;
    color: #dcf584;
    font-size: 24px;
}

.header-logo {
    font-weight: 900;
    display: flex;
    text-decoration: underline;
}

.body-top {
    display: flex;
    justify-content: space-between;
    background-color: #2058a7;
    min-height: 200px;
    padding-top: 100px;
    padding-bottom: 100px;
    align-items: center;
}

.top-awesome-section {
    display: block;
    flex-direction: column;
    max-width: 350px;
    flex-shrink: 0;
}

.awesome-hero,
.awesome-sub {
    color: #f9faf8;
}

.awesome-hero {
    font-size: 48px;
    font-weight: 900;
}

.awesome-sub {
    color: #e5e7eb;
    font-size: 18px;
}

.top-image-section {
    display: flex;
    max-width: 300px;
    max-height: 300px;
    flex-shrink: 0;
    padding-left: 50px;
}

.main-image {
    border-style: dashed;
    border-color: rgb(0, 240, 208);
    border-radius: 8px;
}

.awesome-button {
    padding-top: 10px;
}

.main-image {
    width: 100%;
}

.body-showcase {
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    background-color: gold;
    padding-left: 350px;
    padding-right: 350px;
}

.showcase-header {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 900;
    color: #1f2937;
    text-wrap: nowrap;
    text-align: center;
    text-decoration: underline;
}

.showcase-boxes {
    display: flex;
    column-gap: 32px;
    justify-content: space-between;
}

.box-and-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 150px;
    min-height: 150px;
}

.box-text {
    color: #1f2937;
}

.showcase-image {
    display: flex;
    flex-grow: 1;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    border-style: solid;
    border-color: #fd0909;
    border-radius: 8px;
    border-style: dotted;
}

.body-quote {
    display: flex;
    flex-direction: column;
    background-color: #b15d5d;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 350px;
    padding-right: 350px;
}

.quote-text,
.quote-attribute {
    font-size: 36px;
    color: #1f2937;
}

.quote-container {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.quote-text {
    text-align: left;
    font-style: italic;
    font-weight: 300;
    min-width: 550px;
}

.quote-attribute {
    text-align: right;
    font-weight: bold;
    text-wrap: nowrap;
    padding-left: 200px;
}

.body-with-call {
    display: flex;
    background-color: rgb(212, 16, 81);
    padding-top: 100px;
    padding-bottom: 100px;
}

.call-container{
    background-color: #222b3a;
    display: flex;
    padding: 40px 60px;
    justify-content: space-between;
    flex-grow: 1;
    flex-shrink: 0;
    border-style: double;
    border-color: #080008;
    border-radius: 8px;
}

.call-texts {
    color: rgba(166, 100, 197, 0.904);
    text-align: left;
    padding-right: 50px;
}

.call-header {
    font-weight: bold;
}

.call-sub {
    color: #8cd4e6;
    text-wrap: nowrap;
}

.call-button {
    border-style: solid;
    color: #f9faf8;
    border-color: rgb(25, 155, 53);
    text-wrap: nowrap;
    background-color: #632d79;
    border-radius: 8px;
    padding: 5px 25px;
}

.footer {
    justify-content: center;
    color: #e5e7eb;
    font-size: 18px;
}

.header-links,
.header-logo,
.links {
    display: flex;
}

.header-links {
    padding-left: 50px;
}

.links {
    column-gap: 25px;
    font-size: 18px;
}