:root {
    --salmon: #ff7d66ff;
    --pearl: #d6d1b1ff;
    --tea-green: #c7efcfff;
    --cornflower-blue: #70a2ff;
    --jordy-blue: #adcaff;
}

a {
    text-decoration: none;
    color: var(--cornflower-blue);
    font-weight: bold;
}

a:hover {
    color: var(--jordy-blue);
}

body {
    background-color: var(--salmon);
}

.main-section {
    font-family: "Montserrat", sans-serif;
}

.header {
    font-size: 16pt;
    color: var(--tea-green);
    margin: 10% 25% 0 25%;
    position: relative;

    h1 {
        text-align: center;
    }
}

#me {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 30%;
    border-radius: 10px;
}

#bio {
   margin-bottom: 25px;
}

#summary {
    text-align: center;

    hr {
        border: 2px solid var(--pearl);
    }
}

.profile-list {
    text-align: center;
    li {
        display: inline;
        margin-right: 3%;
    }

    a {
        font-size: 14pt;
    }
}

.error-body {
    color: var(--tea-green);
    margin: 15% 25% 0 25%;
    text-align: center;
    
    a {
        font-size: 18pt;
    }
}

.error-header {
    font-size: 36pt;
    margin-bottom: 25px;
}
