* { box-sizing: border-box;}

body {
    font-family: Roboto, Helvetica, 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.bg-dblue {background-color: #1F2937;}

.bg-lblue {background-color: #3882F6;}

.grey-text {color: #E5E7EB;}

.white-text {color: #F9FAF8;}

.black-text {color: #1F2937;}

.width {width: 1040px;}

.border {border: 2px solid hotpink;}

.header-container {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.left {
    max-width: 460px;
}

.header {
    min-width: 0;
    min-height: 0;
    padding: 0 0;
    text-align: center;
}

.title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0 60px 0;
}

.links {
    display: flex;
    justify-content: space-around;
}

#placeholder {
    height: auto;
    max-width: 100%;
}

#prbanner {
    max-width: 100%;
    height: auto;
}

#us {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

h1 {
    font-size: 48px;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    border: 0;
}

.title-subtext {
    font-size: 18px;
}

.header-signup {
    margin: 20px 0;
    border: 0;
    border-radius: 8px;
    padding: 10px;
    width: 130px;
    font-size: 18px;
    font-weight: bolder;
}

.content {
    text-align: center;
    padding: 0 15px;
}

.info-text {
    font-size: 36px;
    font-weight: bolder;
    padding: 65px 0;
}

.info-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    padding-bottom: 115px;
}

.info {
    max-width: 225px;
}

.text {
    color: #4B5563;
    font-size: 18px;
    margin-top: 10px;
}

.image {
    height: 225px;
    width: 225px;
    border-radius: 20px;
    border: 4px solid #3882F6;
}

.preview {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    border: 3px solid white;
}

.quote-container {
    background-color: #E5E7EB;
    padding: 0 15px;
}

.quote {
    font-style: italic;
    font-size: 36px;
    max-width: 830px;
    margin: 120px auto;
    font-weight: 100;
}

.quote .signature {
    padding-right: 40px;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
}

.signature {
    margin-top: 10px;
}

.portfolio-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.portfolio-container .container {
    padding: 40px;
    border: 5px;
    border-radius: 10px;
    display: flex;
    flex: 0 1 1025px;
    justify-content: space-between;
    align-items: center;
}

.signup-text {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 5px;
}

.signup-subtext {
    font-size: 18px;
    margin-bottom: 20px;
}

.signup {
    margin: 0;
    padding: 0;
    border: 2px solid #F9FAF8;
    border-radius: 8px;
    padding: 6px;
    width: 130px;
    font-size: 18px;
    font-weight: 900;
    flex: 0 0 auto;
}

.footer{
    text-align: center;
}

.copyright {
    padding: 40px;
    font-size: 18px;
}

.page {
    display: flex;
    margin-bottom: 20px;
}

.page span {
    align-self: center;
    margin-left: 15px;
}

#portfolio a {
    font-size: 28px;
}