body {
    background-color: #ededed;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    margin-left: 20%;
}

.nav-link {
    border-radius: .25rem;
    color: white !important;
}

.nav-link:hover {
    background-color: rgb(213,0,0);
}

#navlogo {
    margin-right: 20px;
}

#navname {
    margin-right: 30px;
}

.content {
    margin-top: 50px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;

    transition: box-shadow 0.2s;
    box-shadow: 0 0px 20px rgb(139, 139, 139);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    width: 35vw;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content:hover {
    box-shadow: 0 0px 25px rgb(0, 0, 0);
}

.content img {
    border-radius: 10px;
}

.content a {
    color: white;
}

#mainContainer {
    /*margin-left: 20%;*/
    /*margin-right: 20%;*/
    /*margin-top: 10px;*/
    /*padding: 30px;*/
    display: flex;
    align-items: center;
    flex-direction: column;
}

#mainContainerNews {
    margin-left: 20%;
    margin-right: 20%;
    padding: 30px;
}

#mainContainerNews .content {
    padding: 30px;
}

#hexavoltName {
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 55px;
}

#hexaVoltContainer {
    background-image: url("HexaVolt/Banner.png");
}

#remContainer {
    background-image: url("REM/REM.png");
    background-size: 40%;
}
