

@media (max-width: 700px) {

        /* Container styling */
        .language-selector {
            position: relative;
            display: inline-block;
            margin: 20px;
        }

        /* Button styling */
        .language-btn {
            background-color: rgba(45, 45, 45, 0.3);
            border: none;
            padding: 12px 20px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }

        /* Dropdown styling */
        .dropdown-content {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: rgba(45, 45, 45, 0.3);
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            z-index: 1;
            /*min-width: 150px;*/
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
        }

        /* Language option styling */
        .language-option {
            background-color: rgba(45, 45, 45, 0.6);
            border-radius: 4px;
            padding: 1vw 1.5vw;
            display: block;
            color: white;
            font-size: 10vw;
            text-decoration: none;
            transition: background-color 0.7s ease;
        }

        .language-option:hover {
            background-color: deeppink;
        }

        /* Show dropdown on hover */
        .language-btn:hover + .dropdown-content,
        .dropdown-content:hover {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* Active state */
        .language-btn:focus {
            outline: none;
            background: rgba(45, 45, 45, 0);
        }





.diy-header {
    margin-top: 3em;
}

.paragraph-left {
    dislpay: flex;
    width: 90vw;
    margin-left: 5vw;
}

.paragraph-right {
    dislpay: flex;
    width: 90vw;
    margin-left: 5vw;
    margin-top: 10vh;

}

.spacemobile {
    height:30vh;
}
.space20 {
    height:10vh;
}

li {
    color: white;
    font-size: 6vw;
    margin-bottom:2vw;
    margin-left: 4vw;
}

.contact {
    margin-left: 2vw;
    margin-top: 2vh;
    padding: 4vw 5vw;
    border-radius: 10px;
    cursor: pointer;
    font-size: 6vw;
    background: rgba(45, 45, 45, 0.9);
    color: white;
    border: deeppink;
}


    pre {
	margin-bottom: 0px;
    }
    .container1left {
        height:20hw;
}
    .container1right {
        height:8hw;
        margin-top:0vw;
}

    .container1 {
        display: grid;
        grid-template-columns: auto ;
        width: 70%;
    }

.tabs {
    align-items: center;
    justify-items: center;
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
    align-content: center;
    width: 95vw;
    #gap: 20px;
    margin-bottom: 2vh;
    background: rgba(45, 45, 45, 0.9);
    border-radius: 5px;
}

.tab {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0.2em 2vw;
    border-radius: 5px;
    cursor: pointer;
    width: 15vw;
    height: 6vh;
    align-content: center;
    font-size: 1.3em;
    #background: rgba(45, 45, 45, 0);
    color: deeppink;
    border: deeppink;
}


    .logo {
        display: flex;
    
        width: 70vw;
        height: 30vh;
        background-image: url("kcube.svg");
        background-repeat: no-repeat;
        background-position: right;
    }
    .logo_small {
        display: flex;
    
        width: 10vw;
        height: 10vh;
        background-image: url("kcube.svg");
        background-repeat: no-repeat;
        background-position: right;
	margin-bottom: 2vh;    
}

    .header {

        line-height: 180%;
        text-align: left;
        color: #ff1493; /* Deeppink */
        margin-top: 30vh;
        margin-left: 1vw;;
        font-size: 0.6em;
        #letter-spacing: -0.05em;
        text-shadow: 0 0 30px rgba(255, 19, 147, 0.5);
}



.infoparagraphheader {
    line-height: 100%;
    margin-top: 20vw;
    color: #ff1493; /* Deeppink */
    font-size: 0.9em;
    #letter-spacing: -0.05em;
    text-shadow: 0 0 30px rgba(255, 19, 147, 0.5);


}

p {
    color: white;
    font-size: 6vw;
    width: 80vw;
}


}



.right-image {
    align-self: center;
}
.left-image {
    align-self: center;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10px;
    background-image: linear-gradient(to right, rgba(0,0,0, 0.8) 0 100%), url("/universepage.webp");
    background-size: cover;
}


.header2 {
    line-height: 100%;
    margin-top: 1vh;
}



.space10 {
    height: 10vh;
}

@media (min-width: 700px) {

        /* Container styling */
        .language-selector {
            position: relative;
            display: inline-block;
            margin: 20px;
        }

        /* Button styling */
        .language-btn {
            /*background-color: #f0f0f0;*/
            border: none;
            padding: 12px 20px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }

        /* Dropdown styling */
        .dropdown-content {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: rgba(45, 45, 45, 0.3);
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            z-index: 1;
            /*min-width: 150px;*/
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
        }

        /* Language option styling */
        .language-option {
            background-color: rgba(45, 45, 45, 0.6);
            border-radius: 4px;
            padding: 1vw 1.5vw;
            display: block;
            color: white;
            font-size: 3vw;
            text-decoration: none;
            transition: background-color 0.7s ease;
        }

        .language-option:hover {
            background-color: deeppink;
        }

        /* Show dropdown on hover */
        .language-btn:hover + .dropdown-content,
        .dropdown-content:hover {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* Active state */
        .language-btn:focus {
            outline: none;
            background: rgba(45, 45, 45, 0);
        }


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10px;
    background-image: linear-gradient(to right, rgba(0,0,0, 0.8) 0 100%), url("/universepage.webp");
    background-size: cover;
}



.diy-header {
    margin-top: 15em;
}


.paragraph-left {
    dislpay: flex;
    width: 85vw;
    margin-left: 5vw;
}

.paragraph-right {
    dislpay: flex;
    width: 90vw;
    margin-left: 5vw;
    margin-top: 30vh;

}


li {
    color: white;
    font-size: 3vw;
    margin-bottom:2vw;
    width:60vw;
    margin-left: 4vw;
}


.space20 {
    height: 20vh;
}


.contact {
    margin-left: 2vw;
    margin-top: 7vh;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 25px;
    background: rgba(45, 45, 45, 0.9);
    color: white;
    border: deeppink;
}


.tab {
    border-radius: 5px;
    padding: 1vw 1vw;
    cursor: pointer;
    font-size: 3vw;
    background: rgba(45, 45, 45, 0);
    color: deeppink;
    border: deeppink;
}



    .pre {
        margin-bottom: 3vh;
}

    .container1left {
        height:15vh;
}
    .container1right {
        height:15vh;
	margin-left: 25vw;

}


.container1 {
  display: grid;
  grid-template-columns: auto;
  width: 100%;
}

.tabs {
    position: sticky;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: left;
    width: 97vw;
    height: 10vh;
    gap: 20px;
    margin-bottom: 30px;
    background: rgba(45, 45, 45, 0.9);
    border-radius: 5px;
}



p {
    color: white;
    font-size: 3vw;
    width: 60vw;
}


.infoparagraphheader {
    line-height: 120%;
    color: #ff1493; /* Deeppink */
    font-size: 1.5em;
    #letter-spacing: -0.05em;
    text-shadow: 0 0 30px rgba(255, 19, 147, 0.5);


}


.logo {
    display: flex;
    
    width: 85vw;
    height: 50vh;
    background-image: url("kcube.svg");
    background-repeat: no-repeat;
    background-position: right;
}

.header {

    line-height: 180%;
    text-align: left;
    color: #ff1493; /* Deeppink */
    margin-top: 0vh;
    margin-left: 3vw;
    margin-bottom: 3vh;
    font-size: 1.35em;
    #letter-spacing: -0.05em;
    text-shadow: 0 0 30px rgba(255, 19, 147, 0.5);
}


.paragraph-right {
    dislpay: flex;
    width: 100vw;
    margin-left: 30vw;
}



}

.tab1 {
    width: 25vw;
}



.contact:hover {
    background-color: #ff007f; /* Slightly darker pink */
    #transform: translateY(-2px);
    color: black;
}
.contact.active {
    background-color: #ff007f; /* Slightly darker pink */
    #box-shadow: 0 3px 8px rgba(255, 19, 147, 0.4);
    color: black;
}
.tab:hover {
    background-color: #ff007f; /* Slightly darker pink */
    #transform: translateY(-2px);
    color: black;
}
.tab.active {
    background-color: #ff007f; /* Slightly darker pink */
    #box-shadow: 0 3px 8px rgba(255, 19, 147, 0.4);
    color: black;
}

.left-image .article-item img {
    align: left;
    margin-right: 20px;
}
.right-image .article-item img {
    float: right;
    margin-left: 20px;
}
.article-summary {
    font-weight: bold;
    color: black;
    margin-bottom: 15px;
}
.article-content {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}
