body {
    background: black !important;
    color: white !important;
    font-family: 'Open Sans', sans-serif !important;
    width: 100%;
    height: 100%;
}

.logo {
    margin: 0 auto;
    width: 15vh;
    height: 15vh;
    display: block;
    pointer-events: none;
}
.image-container {
    display: block;
    background-color: #302d2b;
    margin: 1% 10% 10% 10%;
    position: relative;
}

#profile-image { 
    margin: 0 auto;
    width: 28%;
    display: block;
    position: relative;
    left: 30%; /* Adjusted to move the image to the right */
}
#copyright{
    position: fixed;
    bottom: 2%;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
}
#welcome-message {
    position: absolute;
    top: 1%;
    left: 2%;
    width: 50%;
    height: 90%;
    margin-left: 0.5%;
    font-size: 3vw;
}
.intro-text {
    position: absolute;
    top: 15%;
    left: 2%;
    width: 50%;
    height: 90%;
    margin-left: 0.5%;
    font-size: 2vw;
}
.footer-text {
    position: fixed;
    left: 0;
    bottom: 10px;
    font-size: 12px;
    width: 100%;
    color: white;
    text-align: center;
}
.contact-container {
    background: black;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 2vh;
    z-index: 1;
    margin-top: -1vw;
}

#name-title {
    width: 100%;
    font-size: 2.5vw;
    margin: 0 auto;
    margin-top: -2.8%;
}

.contact-item {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    height: 3vw;
    width: 3vw;
    z-index: 2;
    cursor: pointer;
    vertical-align: middle; /* Align vertically with name-title */
}
.contact-item .tooltip {
    visibility: hidden;
    width: 8vw;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 110%;
    left: -80%;
    font-size: 1.5vw;
}

.contact-item:hover .tooltip {
    visibility: visible;
}

.Studyplan-section {
    display: inline-block;
    height: 100vh;
    margin-top: 1vw;
}
.Studyplan-container {
    position: relative;
    z-index: 100;
    height: 100%; /* Make cv-container take the full height of cv-section */
    margin-top: -4.5vw; /* Adjust margin as needed */
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Align children vertically */
    justify-content: center; /* Center children vertically */
    font-size: 1vw;
}

.Studyplan-links {
    text-align: center;
    font-size: 2vw;
    margin-top: 3.9vw;
    padding-top: 0.5%;
}
.Studyplan-title{
        margin-top: 1.2vw;
    }
.Studyplan-link:link,
.Studyplan-link:visited {
    background-color: aqua;
    font-size: 20px;
    color: black;
    padding: 9px;
    border-radius: 10%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2vw;
    margin: 0 2%;
}

.Studyplan-link:hover,
.Studyplan-link:active {
    background-color: aquamarine;
}
.Study-container {
    width: 48%; /* Adjust width to fit within text-content */
    float: right; /* Float to the right */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}
.Study-description {
    margin-top: 9vw;
}

#linkedin { margin-right: 5%; }
#github { margin-right: 5%; }
#figma { margin-right: 45%; }
#phone { margin-left: 5%; }
#email { margin-left: 5%; }
#whatsapp { margin-left: 5%; }


.text-content {
    flex: 1; 
    margin: -2% 6% 0;
    overflow: hidden;
    font-size: 115%;
}

.education-container {
    margin-top: 11.5%;
    width: 48%; /* Adjust width to fit within text-content */
    float: left; /* Float to the left */
    box-sizing: border-box; 
}

.job-container {
    margin-top: 11.5%;
    width: 48%; /* Adjust width to fit within text-content */
    float: right; /* Float to the right */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}


.cv-institution {
    color: deepskyblue;
    margin-top: -1.5vw;
}
.cv-duration {
    color: lightgrey;
    margin-top: -1.5vw;
}

.cv-description {
    margin-top: -0.7vw;
}

.intro-section,
.cv-section {
    display: inline-block;
    height: 100vh;
}

.cv-container {
    position: relative;
    z-index: 100;
    height: 100%; /* Make cv-container take the full height of cv-section */
    margin-top: -1.5vw; /* Adjust margin as needed */
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Align children vertically */
    justify-content: center; /* Center children vertically */
    font-size: 1.2vw;
}

.cv-links {
    text-align: center;
    font-size: 2vw;
    margin-top: 0.4vw;
    padding-top: 0.5%;
}
.cv-title{
        margin-top: 1.2vw;
    }
.cv-link:link,
.cv-link:visited {
    background-color: aqua;
    font-size: 20px;
    color: black;
    padding: 9px;
    border-radius: 10%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2vw;
    margin: 0 2%;
}

.cv-link:hover,
.cv-link:active {
    background-color: aquamarine;
}

.section-title {
    color: forestgreen;
    left: 60%;
    margin-top: -24.5%;
    margin-bottom: -1vw;
}
.skills-header-tekst {
    font-size: 1.5vw;
    margin-bottom: 1vw;
    margin-top: -1vw;
}
.skills-left {
    position: absolute;
    width: 100%;
    left: 5%;
    color: gold;
    font-size: 1.6vw;
}
.tools-middle {
    position: absolute;
    right: -1.5vh;
    width: 65%;
    color: #FF0808;
    font-size: 1.6vw;
}
.language-right {
    position: absolute;
    right: 0px;
    width: 32%;
    color: plum;
    font-size: 1.6vw;
}
.stars-left {
    position: absolute;
    left: 19%;
    margin-top: -1.5vw;
    color: white;
    font-size: 1.2vw;
}
.stars-middle {
    position: absolute;
    left: 30%;
    margin-top: -1.5vw;
    color: white;
    font-size: 1.2vw;
}
.stars-right {
    position: absolute;
    left: 63%;
    margin-top: -1.7vw;
    color: white;
    font-size: 1.2vw;
}


#skills-hover {
    list-style-type: none;
    transition: 0.3s;
    width: 27vw;
}
#tools-hover {
    list-style-type: none;
    transition: 0.3s;
    width: 27vw;
}
#language-hover {
    list-style-type: none;
    transition: 0.3s;
    width: 27vw;
}
#skills-hover:hover{
    background-color: #735E23;
    padding: 0.5vw;
    border-radius: 5%;
}
#tools-hover:hover{
    background-color: #912302;
    padding: 0.5vw;
    border-radius: 5%;
}
#language-hover:hover{
    background-color: darkslateblue;
    padding: 0.5vw;
    border-radius: 5%;
}
.projects-section {
    display: inline-block;
    height: 100vh;
}

.projects-links {
    text-align: center;
    font-size: 2vw;
    margin-top: 0vw;
}


/* The Modal (background) */
.modal {
    display: none;
    position: inherit;
    padding-top: 80%;
    margin-bottom: -80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    opacity: 1;
}
.modalimage1 {
    max-height: 115%;
    max-width: 25%;
    padding-bottom: 15%;
    padding-left: 3%;
    padding-top: 3%;
    position: absolute;
    z-index: 5;
}
/* Modal Content */
.modal-content {
    display: block;
    position: inherit;
    background-color: #fefefe;
    margin-top: -1150px;
    margin-left: 12%;
    margin-right: auto;
    padding-left: 25%;
    padding-right: 25%;
    width: 100%;
    height: 100%;
    max-width: 5000px;
    max-height: 5000px;
    z-index: -10;
}
/* The Close Button */
.close {
    z-index: 5;
    color: white;
    position: absolute;
    margin-top: 54%;
    top: 0px;
    right: 60vh;
    font-size: 5vh;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}



.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    outline-color: white;
    font-weight: bold;
    background-color: grey;
    font-size: 3vh;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 30%;
    margin-top: 50%;
    border-radius: 0px 10px 10px 0px;
    z-index: 5;
}
.prev {
    left: 30%;
    margin-top: 50%;
    border-radius: 10px 0px 0px 10px;
    z-index: 5;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    padding: 8px 12px;
    margin-left: -10vh;
    position: absolute;
    top: 5vh;
    z-index: 5;
    margin-top: 54%;
    font-size: 1.8vh;
    background-color: black;
}

.phototext {
    color: #f2f2f2;
    font-size: 1.7vh;
    left: 20%;
    right: 20%;
    position: absolute;
    padding-top: 190vh;
    top: 0%;
    text-align: center;
    background-color: black;
}
img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#textprojectchange {
    
}
.imagecontainer {
    position: relative;
    display: inline-block;
    margin-top: 0.5%;
    max-height: 5vh;
}
#sectionchange {
    
}
#containerprojectchange{
    
}

.textproject {
    background-color: #000;
    color: white;
    padding: 15px 15px;
    text-align: center;
    border-radius: 10px;
}
/* ...existing code... */

.projects-container {
    display: grid; /* Use CSS Grid for layout */
    grid-template-columns: repeat(4, 1fr); /* Four equal columns */
    gap: 0%; /* Optional: Add some space between the columns */
    padding-left: 5vw;
    margin-top: 0vw;
}

.containerproject {
    width: 70%; /* Ensure these containers take full width of their grid cell */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    cursor: pointer;
    position: relative;
}

.imageproject {
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middleproject {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-bottom: 50%;
    width: 100%;
    max-width: 95%;
    height: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.projecttitle {
    text-align: center; /* Center align the project title */
    align-items: center;
}
.textproject {
    background-color: #000;
    color: white;
    padding: 15px;
    border-radius: 10px;
    font-size: 1vw;
}

.containerproject:hover .imageproject {
    opacity: 0.6;
}

.containerproject:hover .middleproject {
    opacity: 1;
}

/* --- General Body Style --- */
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

/* --- Modal Styles --- */
.modal {
    display: none;
    position: relative;
    z-index: 1000; /* Increase z-index to ensure it's above full-page scroll elements */
    left: 0;
    top: -50vw;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Prevent the modal background itself from scrolling */
    background-color: rgba(0,0,0,0.7); /* Slightly darker background */
    /* Use flexbox to center the modal content vertically and horizontally */
    display: flex; /* Use flex instead of padding-top */
    align-items: center;
    justify-content: center;
    padding: 10px; /* Add some padding for small screens */
}

/* Modal Content - Responsive Adjustments */
.modal-content {
    background-color: #000;
    top: 70px;
    margin: auto; /* Still useful with flex */
    padding: 0; /* Slideshow container will handle padding */
    border: 1px solid #888;
    border-radius: 15px;
    position: relative; /* For close button positioning */
    width: 95%; /* More width on small screens */
    max-width: 600px; /* Max width on large screens */
    max-height: 90vh; /* Max height relative to viewport height */
    overflow-y: hidden; /* Allow VERTICAL scrolling INSIDE the modal content if needed */
    overflow-x: hidden; /* Prevent horizontal scrolling for the modal content box */
    display: flex;      /* Use flexbox for internal layout */
    flex-direction: column; /* Stack children vertically */
}

/* The Close Button */
.close {
    color: #aaaaaa;
    position: absolute; /* Relative to modal-content */
    top: -320px;        /* Adjusted position */
    right: 15px;       /* Adjusted position */
    font-size: 35px;
    font-weight: bold;
    z-index: 1001;      /* Above modal content */
    line-height: 1;   /* Ensure consistent alignment */
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* --- Slideshow Styles (Inside Modal) --- */
* { /* Apply box-sizing globally */
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%; /* Ensure images are responsive */
    height: auto;
}

.slideshow-container {
    position: relative;
    background-color: #000;
    width: 100%; /* Take full width of modal-content */
    flex-shrink: 0; /* Prevent container from shrinking if content is large */
}

/* Hide the images by default */
.mySlides {
    display: none;
}
.mySlides img {
    width: 100%; /* Make images fill the slide container width */
    max-height: 65vh; /* Limit image height to prevent excessive modal height */
    object-fit: contain; /* Scale image while preserving aspect ratio, fit within dimensions */
    display: block; /* Remove extra space below image */
    margin: 0 auto; /* Center image if aspect ratio doesn't fill width */
}


/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%; /* Adjust vertical position if needed based on image height */
    width: auto;
    padding: 12px; /* Slightly smaller padding */
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px; /* Slightly smaller font */
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(10, 10, 10, 0.4); /* Slightly more visible */
    z-index: 5; /* Ensure they are above the image */
}
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(10, 10, 10, 0.8);
}

/* Number text */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 0; /* Position top-left */
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

/* Caption container */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 5px 16px; /* Adjusted padding */
    color: white;
    width: 100%; /* Take full width */
    flex-shrink: 0; /* Prevent shrinking */
}
.caption {
    margin: 0; /* Remove default paragraph margin */
    padding: 5px 0;
}

/* Thumbnail Row */
.row {
    background-color: #000;
    padding: 10px 5px;     /* Vertical and horizontal padding */
    width: 100%;
    text-align: center;    /* Centers the inline-block columns */
    overflow-x: auto;    /* Allows horizontal scrolling if columns overflow */
    white-space: nowrap;   /* Keeps columns on a single line */
    font-size: 0;          /* Removes whitespace nodes between inline-block columns */
                           /* Note: Add this only if columns have unwanted space between them */
}

/* Thumbnail Columns - Responsive */
.column {
    display: inline-block; /* Arrange columns like text characters */
    width: 100px;          /* Fixed width for each thumbnail container */
    padding: 0 4px;        /* Horizontal spacing for content inside column */
    margin: 0 2px;         /* Optional: Adds small space *between* column borders */
    vertical-align: top;   /* Align columns at the top */
    white-space: normal;   /* Allow content inside column to wrap (if any) */
    font-size: 1rem;       /* Reset font size (use your base font size like 16px or 1em) */
    text-align: center;    /* Center the image *within* this column */
    box-sizing: border-box;/* Include padding in the width calculation */
}

.column img.demo {         /* Targeting the specific image class */
    /* The inline style="width:80%" will take precedence */
    /* This CSS centers the 80% width image within the column */
    display: block;        /* Change from inline to block */
    margin-left: auto;     /* Auto margins center block elements */
    margin-right: auto;    /* Auto margins center block elements */
    max-width: 100%;       /* Safety: ensures image never overflows column */
    height: auto;          /* Maintain aspect ratio */
    vertical-align: middle;/* Helps remove potential bottom space (alternative to display:block) */
}

.demo {
    opacity: 0.6;
    display: block; /* Ensure it behaves as a block */
}

.active,
.demo:hover {
    opacity: 1;
}

@media (max-width: 1340) {
    .textproject {
        margin-top: -3.2vw;
        font-size: 1.3vw;
    }
}
@Media (max-height: 730px){
    #profile-image {
        width: 40%;
    }
    #welcome-message {
        width: 90%;
        font-size: 3vw; /* Increased font size */
    }

    .intro-text {
        font-size: 2.7vw; /* Increased font size */
    }
    .text-content{
        font-size: 3.2vw;
    }
}
@media (max-width: 1250px) {
    .modal {
        top: -55vw;
    }
}
@media (max-width: 950px) {
    .textproject {
        margin-top: -3.9%;
        font-size: 1.2vw;
    }
    .cv-container {
        font-size: 1.58vw;
    }
    .modal {
        top: -60vw;
    }
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .projects-container {
        grid-template-columns: repeat(3, 1fr); /* Two equal columns */
        margin-left: 10vw;
    }
    .containerproject {
        width: 65%; /* Ensure these containers take full width of their grid cell */
    }
    .textproject {
        background-color: #000;
        color: white;
        padding: 3px;
        border-radius: 10px;
        font-size: 1.5vw;
    }
    .projecttitle{
        margin-top: 2.5%;
    }
    .modal {
        top: -107vw;
    }
}
@media screen and (max-width: 768px) {
    .prev, .next {
        font-size: 16px;
        padding: 10px;
    }
    .column {
        width: 80px; /* Smaller fixed width on tablets */
        max-width: 25%; /* Adjust max relative width */
    }
}
@media (max-width: 720px) {
    .text-content {
        margin-left: 7%;
        font-size: 100%;
    }
    .cv-container {
        font-size: 2.2vw;
    }
}

@media (max-width: 612px) {
    .projects-container {
        grid-template-columns: repeat(2, 1fr); /* Two equal columns */
        margin-left: 10vw;
    }
    .containerproject {
        width: 55%; /* Ensure these containers take full width of their grid cell */
    }
    .textproject {
        background-color: #000;
        color: white;
        padding: 3px;
        border-radius: 10px;
        font-size: 1.9vw;
        margin-top: -4vw;
    }
    .modal {
        top: -130vw;
    }
}
@media (max-width: 570px) {
    .logo {
        margin: 0 auto;
        width: 13vw;
        height: 11vw;
        display: block;
        pointer-events: none;
    }
    #welcome-message {
        position: relative;
        top: 0;
        left: 0;;
        width: 100%;
        height: auto;
        margin: 5%;
        font-size: 5vw; /* Increased font size */
    }

    .intro-text {
        position: relative;
        top: 0;
        left: 5%;
        width: 90%;
        height: auto;
        margin: 0;
        font-size: 4vw; /* Increased font size */
        padding-bottom: 5%;
    }

    #profile-image {
        position: relative;
        top: 0;
        left: 0;
        width: 40%;
        margin: 0 auto;
        display: block;
    }
    #Studyplan {
        position: relative;
        top: -2vw;
        left: 0;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .contact-item .tooltip {
        left: -50%;
    }
    .cv-links {
        font-size: 4vw;
        z-index: 1;
    }
    .text-content {
        margin-left: 10%;
        margin-right: 3%;
        margin-top: -16%;
        font-size: 95%;
    }
    .cv-container {
        font-size: 2.6vw;
    }
    .contact-item {
        height: 4vw;
        width: 4vw;
    }
    #linkedin { margin-right: 3%; }
    #github { margin-right: 3%; }
    #figma { margin-right: 45%; }
    #phone { margin-left: 3%; }
    #email { margin-left: 3%; }
    #whatsapp { margin-left: 3%; }
    #name-title {
        font-size: 3vw;
        margin-top: -3.9%;
    }
    .cv-link:link,
    .cv-link:visited {
        padding: 5px;
        font-size: 3vw;
        margin: 0 1%;
    }
    .section-title {
        margin-top: 0;
        margin-bottom: 4vw;
    }
    .cv-title{
        margin-top: -1.7vw;
    }
    .cv-institution{
        margin-top: -2.2vw;
    }
    .cv-duration{
        margin-top: -2vw;
    }
    .cv-description{
        margin-top: -1vw;
    }
    .skills-header-tekst{
        font-size: 3vw;
        margin-bottom: 1vw;
        margin-top: -1vw;	
    }
    .skills-left {
        position: absolute;
        width: 100%;
        left: 5%;
        color: gold;
        font-size: 2.6vw;
    }
    .tools-middle {
        position: absolute;
        right: 32%;
        width: 35%;
        font-size: 2.6vw;
        margin-top: 70%;
    }
    .language-right {
        margin-top: 0%;
        position: absolute;
        left: 52%;
        width: 65%;
        font-size: 2.6vw;
    }
    .stars-left {
        position: absolute;
        left: 29%;
        margin-top: -2.65vw;
        color: white;
        font-size: 2.2vw;
    }
    .stars-middle {
        position: absolute;
        left: 70%;
        margin-top: -2.65vw;
        width: 50%;
        color: white;
        font-size: 2.2vw;
    }
    .stars-right {
        position: absolute;
        left: 50%;
        margin-top: -2.65vw;
        color: white;
        font-size: 2.2vw;
    }
    #skills-hover {
        list-style-type: none;
        transition: 0.3s;
        width: 41vw;
    }
    #tools-hover {
        list-style-type: none;
        transition: 0.3s;
        width: 37vw;
    }
    #language-hover {
        list-style-type: none;
        transition: 0.3s;
        width: 45vw;
    }
    .modal {
        top: -150vw;
    }
    .close {
        top: -180px;
    }
    
}
@media screen and (max-width: 480px) {
    .prev, .next {
        font-size: 14px;
        padding: 8px;
    }
     .column {
        width: 60px; /* Even smaller fixed width on phones */
        max-width: 33.33%; /* Adjust max relative width */
    }
     .modal-content {
        width: 98%; /* Almost full width on very small screens */
     }
}
@media (max-width: 370px) {
    .text-content{
        font-size: 3.2vw;
    }
    #profile-image {
        width: 55%;
    }
    #welcome-message {
        width: 90%;
        font-size: 8vw; /* Increased font size */
    }

    .intro-text {
        font-size: 5vw; /* Increased font size */
    }
    .contact-item .tooltip {
        left: -60%;
        font-size: 2.8vw;
    }
}
@media (max-width: 290px) {
    #profile-image {
        width: 55%;
    }
    #welcome-message {
        width: 90%;
        font-size: 10vw; /* Increased font size */
    }

    .intro-text {
        font-size: 7vw; /* Increased font size */
    }
    .text-content{
        font-size: 3.6vw;
    }
}
@Media (max-height: 650px){
    #profile-image {
        width: 50%;
    }
    #welcome-message {
        width: 90%;
        font-size: 5.2vw; /* Increased font size */
    }

    .intro-text {
        font-size: 4.5vw; /* Increased font size */
    }
    .text-content{
        font-size: 3.2vw;
    }
}
/* ...existing code... */