body {
    font-family: 'Consolas', sans-serif;/*'Calibri', sans-serif;*/
    font-size: 14px;
    color:#ffffff;
    background-color:#222328;
    margin: 30px 50px;
    padding: 50px;
    min-width: 550px;
}

h3 {
    margin-bottom: 0pt;
    font-size: 16pt;
    color: rgb(120, 139, 245);
}

header {
    background: #35424a;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

h1 {
    margin-bottom: 0;
}

hr {
    height: 3px;
    width: 100%;
    background-color: #e6e6e6;
    border: none;
}

a {
    color: #81f323;
}

iframe {
    width: 100%;
    height: 100%;
    text-align: center;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.section {
    background: #ffffff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.jobTitle {
    font-size: 14pt;
    font-weight: bold;
    font-size: 20px;
    color: #f15af7;
    margin-bottom: 0pt;
}

.companyName {
    margin-top: 0pt;
    font-size: 18px;
    color: #f15af7;
    margin-bottom: 0pt;
}

.dateEmployed {
    float: right;
    font-size: 16px;
    color: #0099f8;
}

.footer {
    text-align: center;
    padding: 10px 0;
    background: #35424a;
    color: #ffffff;
    position: relative;
    bottom: 0;
    width: 100%;
}

#name {
    text-align: center;
    color: #fdfdfd;
}

#contactInfo {
    text-align: center;
    color: #78f6ff;
}

#gameContainer {
    margin: auto;
    width:75%;
    aspect-ratio: 16/9;
    align-content: center;
}

.sectionHeader {
    margin-bottom: 0pt;
    font-size: 18pt;
    color: rgb(120, 139, 245);
}

.accordion-item{
    background-color: #867b7b;
    text-align: center;
}

.accordion-button {
    background-color: #64748B;
    color: #ffffff;
    font-size: 16px;

&:hover{
        background-color: #424f61;
        color: #ffffff;
    }
}

