
.inner .cv {
    width: 60vw !important;
    height: 140vh !important;
} 

iframe {
    border-radius: 15px 35px 15px 35px;
    width: 100% !important;
    height: 140vh !important;
}

.cv-color {
    color: #ff9900;
}

.contact-color {
    color: #7385bd;
}

p {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    text-align: center;
    text-transform: none !important;
    background-image: linear-gradient(45deg, #140202c5, #160057a0) !important;
    font-size: smaller;
}

.copyright li {
    color: white !important;
}

body {
    background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/cv_bg.webp") !important;
}

.inner {
    width: 80% !important;
}

/*
.menu .inner {
    width: 30% !important;
}
*/