link{
    display: none;
}
center{
    margin-top:90px;
    display:block;
    text-align: -webkit-center;
}
.title{
    font-size: 2rem;
    font-weight: lighter;
    font-family: 'Open sans',sans-serif;
    position: relative;
    right:200px;
    bottom:10px;
    top:20px;
}
.add{
    font-size: 1.5rem;
    font-weight: lighter;
    font-family: 'Open sans',sans-serif;
    position: relative;
    bottom:30px;
    left:200px;
}
.material-icons{
    font-family:.material-icons;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    letter-spacing:normal;
    text-transform:none;
    display: inline-block;
    white-space:nowrap;
    word wrap:none;
    direction:1tr;
    -webkit-font-feature-settings:'liga';
    -webkit-font-smothing:antialiazed;
    position: relative;
    left:200px;
    bottom:20px;
}
.div{
    height:260px;
    width:15%;
    border:2px solid tomato;
    border-radius: 10px;
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Open sans',sans-serif;
    display: inline-block;
    margin-left: 50px;
}
.b{
    font-size: 1rem;
    font-family: "adobe-clean",sans-serif;
    position: relative;
    left:10px;
    text-decoration: line-through;
    bottom: 20px;
}
b{
    font-weight: bold;
}
.span{
    position: relative;
    top:10px;
    color:tomato;
}
section{
    display: block;
    font-family: 'adobe-clean',sans-serif;
}
div{
   display: block;
}
hr{
    width:130px;
    position: relative;
    left:15px;
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}