.homeBody{
    width: 100%;
    height: 60vh;
    padding: 20px;
    display: flex;
    justify-content: center;
    font-family: Poppins;
}
.contentContainer{
    background-color: rgba(1, 138, 189, 0.5);
    border: solid 1px rgb(65, 156, 156);
    width: 650px;
    border-radius: 25px;
    padding: 20px;
    color: aliceblue;
}