html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, #deddda 0%, #c0bfbc 100%);
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 1;
    font-style: normal;
    color: #000000;
}

h1 {
    font-size: 50px;
    padding: 1rem 0;
    text-align: center;
    text-shadow: 0px 0px 5px #77767b;
}

h2 {
    text-align: center;
    text-shadow: 0px 0px 10px #e4e4e4;
}

p {
    color: #333;
    padding: 1rem 0;
    text-align: center;
    text-shadow: 0px 0px 8px #e4e4e4;
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 3px #e4e4e4;
}

a:visited {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 3px #e4e4e4;
}


.container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    flex: 1;
}

.centered-portfolio {
    display: none;
    color: #FFFFFF;
}

.centered-portfolio h1 {
    padding: 1rem 0;
    text-align: center;
    text-shadow: 0px 0px 3px #e4e4e4;
}

.centered-portfolio a:link a:visited {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 3px #e4e4e4;
}

.centered-portfolio a:visited {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 3px #e4e4e4;
}


.centered-portfolio h2 {
    text-align: center;
    text-shadow: 0px 0px 3px #e4e4e4;
}

.centered-portfolio h3 {
    text-align: center;
    text-shadow: 0px 0px 3px #e4e4e4;
}


.centered-portfolio h4 {
    text-align: center;
    text-shadow: 0px 0px 3px #e4e4e4;
}

.centered-portfolio h5 {
    text-align: center;
    text-shadow: 0px 0px 3px #e4e4e4;
}


.centered-contact {
    display: none;
    color: #FFFFFF;
}

.centered-contact h1 {
    padding: 1rem 0;
    text-align: center;
    text-shadow: 0px 0px 3px #e4e4e4;
}

.centered-contact h2 {
    padding: 1rem 0;
    text-align: center;
    text-shadow: 0px 0px 5px #e4e4e4;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: auto;
    margin: 0 10px;
    padding: 0 20px;
    padding-bottom: 20px;
}

.footer-button {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: transparent;
    border: none;
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.footer-button:hover {
    color: #333;
    text-shadow: 0px 0px 8px #77767b;
}

.footer-dark {
    display: none;
}

#back-button {
color: #FFFFFF;
}

#back-button:hover {
text-shadow: 0px 0px 8px #FFFFFF;
}
