.small {
    height: 100px;
    width: 200px;
}

.small-1 {
    height: 50px;
    width: 80px;
    border-radius: 8px;
}

.small-2 {
    height: 50px;
    width: 80px;
    border-radius: 8px;
}


.small-logo {
    height: 150px;
    width: 150px;
    border-radius: 8px;
}

.des {
    background-image: url("images/Nyameba Twumasi John.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.cont {
    display: flex;
}