body{
    background: url(images/background.jpg) center/cover no-repeat;
    
}
.box{
    width: 300px;
    height: auto;
    background-color: rgb(13, 37, 55);
    color: brown;
    text-align: center;
    border-radius: 10px;
  margin: 100px 600px;
  padding: 20px 10px;
}

.diamond{
border-radius: 10px;
}

h3{
    text-align: left;
    color: white;
    margin-left: 10px;
}

p{
  text-align: left;
    color: rgb(208, 197, 250);
    margin: auto 10px;
    
}

.avatar{
    border: 2px solid white;
    border-radius: 50px;
  margin-bottom: -5px;
  margin-right: 10px;
  
   
}

h4{
    color: rgb(193, 185, 232);
    padding-left: 20px;
    text-align: left;
    
    
}

ul li:first-child{
    text-align: left;
    list-style-type:none;
    color: rgb(20, 212, 200);
    display:inline;
    padding-left: 40px;
     padding-right: 90px;
    margin-bottom: 20px;
    margin-left: -125px;
   
    
    
}


ul li:last-child{
    text-align: right;
    list-style-type: none;
    color: rgb(193, 185, 232);
     display: inline;
     padding-right: 40px;
     margin-left: 5px;
     margin-right: -80px;
          
}


hr{
    width: 270px;
}

span{
    color: white;
    padding-left: 3px;
}