#topbar {
    display: flex;
    align-items: center;
    background-color: #434c5e;
    width: 100%;
    height: 60px;
    font-size: 18px;
    border-color: #5e81ac;
    border-style: solid;
    border-radius: 20px;
}
#main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#reflections {
  min-height: 100%;
    background-color: #3b4252;
    border-radius: 20px;
    border-color: #5e81ac;
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#header {
    margin-left: 20%;
    margin-right: 20%;
}

.junior {
    display: flex;
    flex-direction: row;
    align-content:center;
}
#comp {
    display: flex;
    flex-direction: column;
    
   
    
}
#soph{
    display: flex;
    flex-direction:column;
    
    
    }
    
    
#comps {
    all: unset;
    
}
.doclink {
    width: 350px;
    height: 500px;
}
.juniordoclink{width:250px;
height:350px;}
img {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 300px;
}
body {
  font-family: sans-serif;
    background-color: #2e3440;
}
h1 {
    color: #eceff4;
    text-align: center;
    border-style: solid;
    border-radius: 15px;
    border-color: #5e81ac;
    background-color: #434c5e;
}
h2 {
    color: #eceff4;
    text-align: center;
    border-bottom-style: solid;
    border-color: #4c566a;
    border-bottom-width: 2px;
    width: 100%;
}
h3 {
    text-wrap: nowrap;
    color: #eceff4;
    padding-left: 3px;
    padding-right: 5px;
    border-right: solid 2px #2e3440;
}
p {
  font-family: "Times New Roman", Times, serif;
    color: #eceff4;
    background-color: #434c5e;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #d8dee9;
    padding-bottom: 15px;
    padding-left: 10px;
}
a,
a:visited,
a:active {
    color: #eceff4;
    text-decoration: none;

    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    height: 30px;
}
a:hover {
    color: #eceff4;
    background-color: #c0caf5;
}
a {
    padding: 5px;
    text-align: center;
}
#cte {
    border-bottom: solid 2px #2e3440;
    background-color: #4c566a;
}
