/***************************************/
body {
    font-family: Arial, sans-serif;
    position: relative;
    margin: 0;
    padding: 0;
    height: 150vh; 
    overflow: hidden; 
}
body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("https://2.bp.blogspot.com/-Ey74W_h8u8I/V46vcCG21-I/AAAAAAAAACg/h0idm_LbOnY9oBiPtzeDdkBFP0EKoiBCACLcB/s1600/MEDI.jpg");
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    opacity: 0.5; 
    z-index: -1; 
}
body {
    font-family: Arial, sans-serif;
}
/***************************************/
nav {
    width: 200px;
}
.menu-vertical {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu-vertical li {
    border-bottom: 1px solid #ccc;
        display: flex;
    justify-content: flex-end;
    height: 100vh;
    aling-items: center;
}
.menu-vertical li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    background-color: #f4f4f4;
}
.menu-vertical li a:hover {
    background-color: #ddd;
}
/***************************************/

.image {
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image p {
    text-align: center;
    margin-top: 10px;
}
/***************************************/

