*{
  color: #e0e1dd;
}
body{
  background-image: url(images/marble.jpg);
}
header{
  display: flex;
  align-items: center;
  height: 200px;
  background-color: #1b263b;
  width: 50%;
  margin-left: 25%;
}
footer{
  background-color: burlywood;
}
.navbar{
  margin-top: 5px;
  height: 50px;
  width: 50%;
  margin-left: 25%;
  background-color: #0d1b2a;
  display: flex;
}
.link{
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2.2%;
  text-align: center;
  background-color: #0d1b2a;
  text-decoration: none;
}
.link:hover{
  background-color: #1b263b;
}
.block{
  background-color: #1b263b;

  text-align: center;
  height: 300px;
  width: 200px;
  border: 1px;
  border-color: black;
}
.myself{
  width: 80%;
  margin-left: 10%;
  margin-top: 50px;
  display: flex;
  background-color: red;

}
.icon{
  margin-left: 15%;
  margin-right: 13%;
}
.title{
  font-size: 35px;
}


.yumering {
    display:flex;
    box-sizing:border-box;
    gap:10px;
    justify-content:center;
    align-items:center;
    padding: 10px;
    height: 110px; width: 300px; /*edit this if necessary, but it might change/alter the way the div looks unless you edit the rest of the elements accordingly*/
    /*feel free to edit the stuff after this*/
    border-radius: 5px;
    border: 1px solid black;
    font-smooth:never;
    -webkit-font-smoothing:none;
    background: linear-gradient(to bottom, transparent, white), url('https://files.catbox.moe/dbv9b2.gif');
    background-size: 100px;
}

.yumering #img {
    width: 90px; height: 90px;
    background-image: url('images/hange_zoe.jpg'); /*IMPORTANT!! REPLACE THIS WITH YOUR FAV!*/
    border:1px solid black;
    border-radius: 2px;
    background-size:cover;
    background-position:center;
}

.yumering #inbox {
    width: 190px;
    font-size:15px;
    color: #1b263b; 
}

.shrine{
  background-color: red;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 25px;
  display: flex;
}

.shrines{
  background-color: blue;
  width: 80%;
  margin-left: 10%;
  margin-top: 25px;
  padding-top: 25px;

  padding-bottom: 25px;
}