
body{
    background-color:rgb(39, 4, 48);
    align-items: center;
    max-width: 100%;
}
.l1 {
    display: inline;
    padding: 0;
    color: #000000;
    max-width: 100%;
    margin: 0;
}
ul{
    float: none;
    max-width: 100%;
}
.s1{
    display: flex;
    text-align: center;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}
header{
       background-color: #90cbf9;
       font-weight: 1000;
       max-width: 100%;
       border-radius: 13px;
       border: 5px outset black;
}
h2{
    font-weight: 1000;
}
.me{
    border: 5px outset #1e97f3;
    border-radius:  20px;
    max-width: 100%;
    height: 400px;
    width: 320px;
}
@media screen and (max-width: 1440px) {
    .me{
        float: none;
        display: block;
        margin: auto;
        max-width: 100%;
    }
}
.name{
      color: #092646;
}
.intro{
       font-weight: 600;
       margin-left: 50px;
       max-width: 100%;
       margin-right: 50px;
}
.s2{
    text-align: center;
    padding-top: 70px;
    max-width: 100%;
}
.class{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: left;
    max-width: 100%;
    color: #ffffff;
}
.n{
   color: #90cbf9;
   font-family: 'MyFont';
}
.ll1{
    display: inline;
}
button{
    color: #90cbf9
}
.a:hover{
    color:#0c010f
}
.b{
    background-color:#3c92f5;
    border: 5px solid blue;
    border-radius: 10px;
}
button:hover{
    background-color: rgb(143, 19, 29) ;
}
a{
    color:#0c010f
}
.Certificate{
    margin: 10px;
    border: 5px outset #1e97f3;
    display: inline;
    max-width: 100%;
    border-radius: 15px;
    width: 300px;
}
/*.Certificate:hover{
    img src: 7.png;
}*/
/*.d1{
    border: 3px outset #1e97f3 ;
    border-radius: 15px;
    width: 350px;
    float: right;
    max-width: 100%;
    align-items: center;
    margin-left: 600px;
    margin-right: 500px;
    display: flex;
   align-self: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}*/
@font-face {
  font-family: 'MyFont';
  src: url('Font/Rye-Regular.ttf') format('truetype');
}
.d1 {
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}