/* Path: portal-root/style.css */
body {
    font-family: 'Red Hat Mono', monospace;
    color: #DF7861;
    background-color: #94B49F; 
    background: linear-gradient(#94B49F, #FFBF9B);
    margin-top: 3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.container {
    width: 960px;
    margin: 2rem auto;
}

header {
    background-color: #fcf8e8b3;
    padding: 1rem;
    border-radius: 1rem;
    border: solid 2px #FFBF9B;
    text-align: center;
}

header h1 {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
    letter-spacing: 7px;
}

header .subheading {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.5rem;
}

#selfie {
    width: 600px;
    height: auto;
    border-top-right-radius: 14rem;
    border-bottom-left-radius: 14rem;
}

main {
    background: #fcf8e8b1;
    border-radius: 1rem;
    border: solid 2px #b46060f3;
    margin-top: 2rem;
    width: 100%;
    padding: 1rem;
}

main h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

main h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: dotted underline;
}

.subheading {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

main p {
    font-size: 1.25rem;
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

main a:link, main a:visited {
    color: #4D4D4D;
    text-decoration: none;
}

main a:hover, main a:active {
    color: #FFBF9B;
    text-decoration: underline;
}

.listHeader li {
    font-size: 1.25rem;
    font-weight: 400;
    padding-right: 5rem;
}

.bullet {
    list-style-type: none;
}

aside {
    padding: 1rem;
    background-color: #fcf8e8b3;
    border-radius: 1rem;
    border: solid 2px #DF7861;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 2rem;

}

aside h1 {
    text-decoration: dotted underline;
}

aside a:link, aside a:visited {
    color: #4D4D4D;
    text-decoration: none;
}

aside a:hover, aside a:active {
    color: #FFBF9B;
    text-decoration: underline;
}

footer {
    text-align: center;
    margin-top: 4rem;
    color: #4D4D4D;
}

footer h2 {
    padding-bottom: 0 !important;

}

footer p {
    font-size: 1rem;
    font-weight: 400;
    padding-top: 0 !important;
    padding-bottom: 1rem;

}

footer a {
    color: #B46060;
}

footer a:hover {
    color: #FFBF9B;
}