* {
    margin: 0px;
}

body {
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.top {
    background-color: #E5E7EB;
    height: 55px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding-right: 150px;
    padding-left: 150px;
}

.header {
    color: #257180;
    font-size: 24px;
    font-weight: 700;
    width: auto;
    border-bottom: solid 10px #FD8B51;
}

ul {
    display: flex;
    gap: 25px;
    font-size: 18px;
    color: #90AFC5;
    list-style-type: none;
}

ul a {
    text-decoration: none;
    color: #257180;
    font-size: 20px;
    font-weight: 600;
    width: auto;
    padding-bottom: 1px;
    border-bottom: solid 3px #FD8B51;
    transition-property: border-bottom;
    transition-duration: .2s;
}

ul a:hover {
    border-bottom: solid 5px #FD8B51;
}

.sec1 {
    background-color: #2A3132;
    display: flex;
    justify-content: center;
    padding: 20px;
    background-size: 75%;
}

.sec1container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 60px;
}

.sec1title {
    font-size: 48px;
    font-weight: 900;
    color: #F9FAF8;
    width: 500px;
}

.sec1body {
    font-size: 18px;
    color: #E5E7EB;
    width: 600px;
    margin-top: 5px;
}

.sign_up {
    background-color: #CB6040;
    color: #F9FAF8;
    font-size: 18px;
    font-weight: 700;
    width: 130px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 10px;
}

button.sign_up {
    border: 0;
    padding: 0;
}

button.sign_up:hover {
    filter: brightness(90%);
}

button.sign_up:active {
    filter:brightness(80%)
}

#coverPhoto {
    width: auto;
    height: 400px;
    border-radius: 20px;
    margin: 10px;
}

.photobox {
    display: flex;
    justify-content: center;

}

.photocontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec2title {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 36px;
    color: #1F2937;
    font-weight: 900;
}

.photosbottom {
    width: 200px;
    border: 5px solid #1F2937;
    border-radius: 10px;
}

.sec3{
    display: flex;
    background-color: #E5e7EB;
    padding: 100px;
    justify-content: center;
}

.quote {
    width: 700px;
    font-size: 36px;
    font-style: italic;
    color: #5b6271;
    font-weight: 200;
}

.quoteauthor {
    font-weight: 700;
    color: #1F2937;
}

.quotecontainer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sec4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
}

.sec4container {
    display: flex;
    background-color: #CB6040;
    width: 900px;
    height: 150px;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
}

.action {
    font-size: 24px;
    color: #F9FAF8;
    font-weight: 400;
}

.actionsubtext {
    font-size: 18px;
    color: #eeeeee;
    font-weight: 200;
}

.signup2 {
    border: 3px solid #F9FAF8;
    color: #F9FAF8;
    border-radius: 5px;
    box-shadow: 3px 2px 4px #1F2937;
    width: 85px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    background-color: #2A3132;
    color: #F9FAF8;
    font-size: 10px;
    font-weight: 200;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}