.headbar{
    width: 98%;
    height: 60px;
    border-radius: 25px;
    border: 1px solid brown;
    padding: 10px;
    box-shadow: 2cm;
    text-shadow: 3cm;
    background-color: rgb(255, 255, 255);
}

.subbody1{
    border-radius: 25px;
    height: 380px;
    float: left;
    width: 53%;
    padding: 20px;
    background-image: url('83e6bef1-08bf-45ca-92f3-cc3547f6356e.png');
    background-position: center;
    background-size: cover;
    border: 10px solid blanchedalmond;
    background-color: rgb(212, 83, 83);
}

.subbody2{
    border-radius: 25px;
    height: 253px;
    padding: 20px;
    background-color: rgb(212, 83, 199);
}

.subbody3{
    border-radius: 25px;
    border: 2px solid blue;
    height: 19px;
    padding: 20px;
    background-color: rgb(96, 212, 83);
}

.subbody4:hover{
    background-color: rgb(217, 220, 15);
    cursor: pointer;
}

.lego{
    float: right;
    width: 41%;
}

.nav-bar-item{
    color: chocolate;
    text-decoration-line: none;
    font-style: italic;
}

.nav-bar-item:hover{
    color: brown;
    font-size: 102%;
}

.serverdetails{
    display: none;
}

.message{
    background-color: rgb(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 20px;
}

.subbody4{
    border-radius: 5px;
    border: 2px solid blue;
    height: 2px;
    padding: 20px; 
    background-color: rgb(212, 141, 83);
}

.social-item{
    color: rgb(84, 30, 210);
    background-color: transparent;
    text-decoration-line: none;
}

.social-item:hover{
    color: rgb(255, 0, 119);
}