body {
    width: 1440px;
    background-color: #7E52FF;
    position: relative;
    height: 790px;
    box-sizing: border-box;
    margin: 0px;
}

.menubar {
    width: 110px;
    height: 100%;
    background-color: #252736;
    position: absolute;
    box-sizing: border-box;
    display: inline;
    padding: 35px;
}

.menubar img{
    margin-bottom: 40px;
    margin-top: 40px;
    width: 40px;
    height: auto;
}

.portobox {
    width: 800px;
    height: 700px;
    margin-left: 150px;
    margin-top: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    float: left;
    background-size: cover;
}

.portobox img {
    width: 800px;
    height: 700px;
    border-radius: 20px;
    border: 4px solid #252736;
    object-fit: cover;
}

.directory1 {
    position: absolute;
    margin-left: 500px;
    margin-top: 630px;
}

.directory1 img {
    height: 55px;
    width: auto;
    border: none;
}



.aboutmebox {
    width: 450px;
    height: 300px;
    margin-left: 30px;
    margin-top: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    float: left;
    
}

.aboutmebox img{
    width: 450px;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    border: 4px solid #252736;
}

.directory2 {
    position: absolute;
    margin-left: 170px;
    margin-top: 230px;
}

.directory2 img {
    height: 50px;
    width: auto;
    border: none;
}



.commsbox {
    width: 450px;
    height: 270px;
    margin-left: 30px;
    margin-top: 25px;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    float: left;
    background-size: cover;
}

.commsbox img {
    width: 450px;
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
    border: 4px solid #252736;
}

.directory3 {
    position: absolute;
    margin-left: 170px;
    margin-top: 200px;
}

.directory3 img {
    height: 50px;
    width: auto;
    border: none;
}

.sosmedbox {
    width: 460px;
    height: 85px;
    margin-left: 30px;
    margin-top: 25px;
    border-radius: 20px;
    background-color: #252736;
    box-sizing: border-box;
    position: relative;
    float: left;
    display: block;
    padding: 17px 0px 25px 50px;
}

.sosmedbox img {
    margin-right: 50px;
    width: 11%;
}