body {
    background-color: #111;
    color: #fff;
    font-family: Montserrat;
}
.main {
    margin-top: 1em;
}
.name {
    font-size: 4em;
    margin-top: 0;
    margin-left: 0.1em;
    margin-bottom: 0;
}
.text {
    margin-top: 0.1em;
    white-space: break-spaces;
    margin-left: 0.5em;
    margin-bottom: 0.2em;
}
.image1 {
    margin-left: 1em;
    margin-right: 0.5em;
    width: 27em;
    background-color: #181818;
    float: right;
    height: 21em;
    box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.image1 p {
    margin-left: 1em;
}
.imgbox {
    margin-bottom: -0.7em;
    margin-top: 0.5em;
    position: relative;
    height: 18em;
}
.image1 .imgbox img {
    position: absolute;
    left: 50%;
    max-width: 25em;
    transform: translate(-50%);
}
h2 {
    margin-left: 0.1em;
    margin-top: 0.5;
    font-size: 2.2em;
    margin-bottom: 0;
}
table {
    border-collapse: collapse;
}

th, td {
    border: 1px solid white;
    padding: 8px;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(14, 14, 14); 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #303030; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #1c1c1c; 
  }
.back {
    position: absolute;
    top: 0.1em;
    left: 0.1em;
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width: 900px) {
    .image1 {
        margin: 0.5em;
        width: 97%;
        height: fit-content;
    }
    .imgbox {
        width: 80%;
        height: 11em;
    }
    .imgbox img {
        max-width: 80%;
        width: 80%;
        height: auto;
    }
}