


:root {
	--text: darkslategray;
	--line: darkseagreen;
	--accent: cadetblue;
	--bg: cadetblue;
	--fill: whitesmoke;
	
}


*{
box-sizing: border-box;
margin: 0;
padding: 0.2%;
}

.center{
    display: block;
  margin-left: auto;
  margin-right: auto;
  }

.internshipheader {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  font-family: 'Times New Roman', Times, serif;
  font-size: x-large;
}


.workstitle {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  font-family: 'Times New Roman', Times, serif;
  font-size: medium;
}

.navigation {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;

}

.navigation a {
  display: inline-block;
  padding: 2px 12px;
  letter-spacing: 1px;
  font: 18px 'silkscreen';
  color: #444;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: linear-gradient(145deg, #ffffff, #dcdcdc);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1), inset 0 -2px 4px rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}


* {
  margin: 0;
  padding: 0.2%;
  box-sizing: border-box;
}
body {
  
  margin: 0;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #0c081c;
  font-family: 'Times New Roman', Times, serif;
  animation: blinker 1.5s linear infinite;
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url('https://files.catbox.moe/kwqa6l.jpeg');
  background-color: rgba(255, 255, 255, 0.6);
  background-size: cover;
}








.sideimg{
width: 100%;
opacity: 0.8;
}
 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}


.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.middle {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.right {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  overflow: hidden;
  color: #edeff5;
  font-size: 30px;
  line-height: 25px;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;    
  height: 80vh;   
  width: 80vw; 
      }
.piccontainer {
  display: flex;
  justify-content: center;
  align-items: center;    
  height: 80vh;   
      }
      
.container {
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  width: 30%;
  overflow: hidden;
  color: #edeff5;
  font-size: 30px;
  line-height: 25px;
}

.storycontainer {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  width: 80%;
  overflow: hidden;
  color: #edeff5;
  font-size: 30px;
  line-height: 25px;
}


.box{
flex-grow: 8;
flex-basis: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}

.header{
  text-align: center;
  padding: 0.2%;
  font-size: 30px;
  color: white;
}

.h1{
  text-align: center;
  padding: 0.2%;
  font-size: 30px;
  color: white;
}

.headers{
font-weight: normal;
}

.desc{
margin-bottom: 1rem;
text-align: center;
}

.boximg{
width: 100%;
border: 10px solid #fff;
}

a{
color: #fff;
text-decoration: none;
}


a:hover{
font-style: italic;
}

a:active{
font-style: italic;
font-weight: bold;
}

.desc a{
opacity: 0.8;
}

.desc a:hover{
opacity: 1;
}

.side a{
color: #454257;
text-decoration: underline;
text-decoration-style: wavy;
}

.side a:visited{
color: #454257;
}


::-webkit-scrollbar{
width: 8px; 
}
    
::-webkit-scrollbar-track{
background-color: transparent;
}

::-webkit-scrollbar-thumb{
background-color: #cccade;
}

@media(max-width:800px){
.side{
width: 100%;
height: auto;
padding: 0;
margin-bottom: 1rem;
background-color: transparent;
position: relative;
top: 0;
}
.sideimg{
width: 50%;
margin: 0 auto;
}
.side p{
opacity: 0.9;
}
.container{
margin: 0;
}
.boximg{
border: 5px solid #fff;
}
}

