body{
    background-color: black;
}
#header{
    width: 90%;
    height: 7rem;
    border: 1px solid black;
    margin: 0 auto;
    background-color: black;
}

.headerelement{
    float: left;
    height: inherit;
}

#logo{
    width: 13%;
}

#title{
    width: 85%;
    text-align: center;
}

p{
    color: white;
    text-align: center;
    font-size: 1.1rem;
}

#maximus{
    text-align: center;
    font-size: 6rem;
    color: gold;
}

#descriptioncontainer{
    width: 90%;
    height: fit-content;
    min-height: 25rem;
    color: white;
    margin: 0 auto;
    background-color: black;
    border-collapse: collapse;
}

li{
    font-size: larger;
}

.descelement{
    float: left;
}

#profileimg{
    width: 30%;
    height: 20rem;
    border: 1px solid red;
    background-color: black;
}

#description{
    width: 60%;
    text-align: center;
    background-color: black;
}

#navbar{
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    height: 7rem;
    margin: 0 auto;
    background-color: black;
}

.service{
    width: 30%;
    height: 4rem;
    margin-left: 2%;
    background-color: red;
    color: white;
}