  
body  {
    background-color: rgb(4, 17, 38);
    letter-spacing: 2px;
    
    
}

#button {
    color: #b2beb5;
    text-underline-offset: 15%;
    transition: all 500ms;
    width: 5%;
    height: 5%;
    margin-top: 15px;
    margin-left: 10px;
    position: fixed;
    top: 0;
    
}

#button:hover {
    color: rgb(84, 240, 188);
    font-size: 20px;
    font-size-adjust: 20px;

}



.link {
    color: rgb(84, 240, 188);
    text-align: left;
    padding-left: 5%;
    font-size: 25px;
}


.border {
    border-bottom: solid white;
    opacity: 0.3;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    margin-left: 10%;
    margin-right: 10%;
}

#u1 {
    color: rgb(84, 240, 188);
    text-underline-offset: 15%;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.image-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding-top: 0;
    margin: 0;
  }
  
  .full-screen-image {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* or cover, depending on your preference */
  }

  .semi-image-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: -20%;
  }

  .semi-screen-image {
    position: absolute;
    margin-top: -10%;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* or cover, depending on your preference */
  }


 h1 {
    color: rgb(84, 240, 188);
    text-align: center;
    margin-top: none;
    letter-spacing: 3px;
    font-size:50px;
    position: relative;
 }

h2 {
    color: #b2beb5;
    text-align: center;
    margin-top: 2.5%;
    margin-bottom: 7%;
    letter-spacing: 3px;
    font-size:35px;
    position: relative;
 }

 h3 {
    color: white;
    text-align: center;
    margin-top: 15%;
    font-size: 45px;
 }

 p {
    color: whitesmoke;
    text-align: left;
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 30px;
}

a:hover {
    color: white;
}

ul {
color: rgb(84, 240, 188);
}

span {
    color: rgb(84, 240, 188);
}

@media only screen and (max-width: 430px) {

    body {
        margin: 0;
        padding: 0;
        width: 100vw;
        overflow-x: hidden;
    }

    #list {
        font-size: 20px;
        font-weight: 500;
    }

    .image-container {
    max-height: 180px;
    }

    #linkedin-link {
        display: inline-block;
        word-wrap: break-word;
        word-break: break-all; 
        overflow-wrap: break-word;
    }
}

@media only screen and (min-width: 431px) and (max-width: 759px) {

    .image-container {
        max-height: 380px;
    }
    
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {

    .image-container {
        max-height: 580px;
    }
    
}