*{
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.menu {
    background-color: #e1ffd4;
    height: 130px;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}
.menu li {
    float: left;
}
.menu li a {
    display: block;
    color: white;
    text-align: center;
    line-height: 130px;
    text-decoration: none;
}

#logoMenu {
    width: 450px;
    background-color: #589c3c;
    height: 100%;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    position: relative;
    z-index: 5;
    transition: 0.5s ease;
}

#belowMenu {
    position: absolute;
    top: 130px;
    left: 0px;
    width: 100%;
    opacity: 0.7;
    z-index: 1;
}

#bottomsvg {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#logoImg {
    height: 130px;
}

.content{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.centerblock{
    width: 450px;
    background-color: white;
    box-shadow: 1px black;
    margin: 50px auto;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    z-index: 5;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.top-part {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    color: white;
    padding: 15px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-part a {
    font-size: larger;
    margin-left: 10px;
    text-decoration: none;
    color: white;
}

.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px 0;
}

.text-content {
    margin-top: 20px;
    padding: 15px;
    font-size: 1em;
    color: #333;
}
