@import url("/content/united.css");
@import url("/content/fonts.css");
main{
    padding-top: 80px;
    background: white;
}
h2{
    font-family: var(--g);
    margin-left: 3%;
}
section{
    border-radius: 65px;
    padding: 20px;
    background: white;
    justify-content: center;
    max-width: 600px;
    align-items: center;
    display: flex;
    margin: 0 auto;
    box-shadow: 1px 5px 18px 6px #55C2FF;
}
blockquote{
    align-items: center;
    padding: 20px 35px;
    max-width: 700px;
    font-size: x-large;
    background-size: 500px 300px;
    box-shadow: #00a2ff 0px 10px 40px 0px;
    border-radius: 25px;
}
p{
    font-weight: bold;
    max-width: 800px;
    font-size: xx-large;
    color: #0B56A2;
}
span{
    font-weight: bold;
    color: #00a2ff;
}
hr{
    border: 3px solid #0B56A2;
}
.adamant{
    color: #0B56A2;
    font-size: 55px;
    text-align: center;
}
.dear{
    color: black;
}
.newlevel{
    color: rgb(0, 184, 40);
}
.under{
    padding-top: 30px;
    width: 100%;
    height: 80px;
    background: #0B56A2;
}
.align{
    display: flex;
    justify-content: center;
}
.block{
box-shadow: #000000 0px 150px 20px 0px;
border-top: #55C2FF 10px solid;
border-radius: 20px 20px 0 0;
width: 100%;
max-width: 400px;
height: 400px;
overflow: hidden;
}
.block_s{
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
max-width: 400px;
height: 170px;
background: var(--blu2);
color: white !important;
}
.links{
    width: 100%;
    padding: 70px 0;
    background-image: url(/src/links01.png);
    background-size: cover;
    cursor: pointer;
  }
  .inside{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
#team{
    justify-content: space-evenly;
}
#more{
    display: none;
}
@media screen and (max-width: 853px) {
#team{
   align-items: center;
    flex-direction: column;
}
.team{
    margin-left: 0;
    margin-bottom: 20px;
}
}