eaiovnaovbqoebvqoeavibavo @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); body{ font-family: 'Montserrat', sans-serif; } .nav-item{ transition: 0.5s; } .nav-item:hover{ background-color: #2B8260; border-radius: 10px; transition: 0.5s; } .nav-item:hover>a{ color: white; transition: 0.5s; } .sidebar{ background: url("../img/wave2.png"); background-repeat: no-repeat; background-position: top center; background-size:contain; position: fixed; left: 0; transition: 0.5s; z-index: 2 !important; } body{ height: 100vh; transition: 0.5s; } .contenido{ margin-left: 280px; width: calc(100% - 280px); transition: 0.5s; } .CEG{ font-family: 'Allura', cursive; font-weight: 900; font-size: 3.5rem; } .CEG2{ font-family: 'Allura', cursive; font-weight: 900; } .alumna2{ width: 350px; position: absolute; bottom: 0; right: 0; z-index: 1 !important; } .btn-ceg { background: #083f37; color: #fff; transition: all 0.5s ease; } .btn-ceg:hover { background: #0b5a4e; color: #fff; transition: all 0.5s ease; }