/*HEADER*/
.presentation{
    background-image:
    url("../img/hardware-background/hardware.jpg");
    background-position: center;
    background-size: cover;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
}

.resume-bar{
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    background-color: var(--lightBlue);
    font-size: 1.1rem;
    border-bottom: 1px solid var(--darkBlue);
}
