#firstSection {
    height: 100vh;
    width: 100vw;
    background-image: url(images/dianaSymbolic.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#navBar {
    height: 15%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mainName {
    padding-left: 50px;
}

.white {
    color: white;
}

.redletter {
    color: red;
}

.larger {
    font-size: 2rem;
}

#menuItems {
    display: flex;
    justify-content: space-around;
    padding-right: 85px;
}

.mR {
    margin-right: 25px;
}

.mR:hover {
    color: red;
    scale: 1.2;
    transform: skew(12deg);
}

a {
    text-decoration: none;
}

#content{
    height: 85%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#intro{
    padding-right: 85px;
}


.largest {
    font-size: 3rem;
}
