body {
    background-color: #030327;
}

.iconImg {
    width: 120px;
    border-radius: 50%;
}

.iconName {
    color: #dddddd;
}

.iconDiv {
    width: 150px;
    height: 160px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

.iconDiv:hover {
    background-color: #052549;
}

.iconDiv:hover > p {
    color: white;
}

#iconContainer {
    width: 100%;
    height: 100%;
}

#navbar {
    width: 100%;
    height: 40px;
    background-color: rgb(26, 32, 84);
}

.navbarLinkContainer {
    margin-top: 7px;
}

.navbarLink {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

#linkUnderbar {
    width: 55px;
    height: 1px;
    background-color: white;
}