

@media (max-width: 700px) {

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

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

}

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

li {
    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 {
    display: flex;
    justify-content: left;
    width: 90vw;
    #gap: 20px;
    margin-bottom: 30px;
    background: rgba(45, 45, 45, 0.9);
}

.tab {
    padding: 2vw 6vw;
    #border-radius: 10px;
    cursor: pointer;
    width: 13vw;
    font-size: 5vw;
    background: rgba(45, 45, 45);
    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;    
}

    .header2 {
        font-size: 1.3em;
}

    .header {

        line-height: 180%;
        text-align: left;
        color: #ff1493; /* Deeppink */
        margin-top: 30vh;
        margin-left: 1vw;;
        font-size: 0.4em;
        #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-color: #1a1a1a;
    color: #ffffff;
}


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



.space10 {
    height: 10vh;
}

@media (min-width: 700px) {

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

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

}


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


.space20 {
    height: 30vh;
}


.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: 10px;
    padding: 1vw 1vw;
    cursor: pointer;
    font-size: 3vw;
    background: rgba(45, 45, 45, 0.9);
    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 {
    display: flex;
    justify-content: left;
    width: 100vw;
    height: 10vh;
    gap: 20px;
    margin-bottom: 30px;
    background: rgba(45, 45, 45, 0.9);
}



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


.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: 30vh;
    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-left {
    dislpay: flex;
    width: 100vw;
    height: 100vh;
    margin-left: 10vw;
}

.paragraph-right {
    dislpay: flex;
    width: 100vw;
    height: 100vh;
    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;
}
