* {
    margin: none;
    padding: none;
}

div.border1 {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: block;
    height: 610px;
    width: 500px;
    margin: auto;
}

#img1 {
    width: 200px;
    height: 200px;
    padding-top: 50px;
    border-radius: 10%;
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fa-heart {
    color: rgba(0, 0, 0, 0.619);
    margin-left: 77%;
    font-size: larger;
}

div.rating {
    border: 2px;
    border-style: groove;
    border-color: rgba(0, 0, 0, 0.716);
    border-radius: 30%;
    width: fit-content;
    padding: 5px;
    margin-left: 5%;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

#text {
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
    font-size: x-large;
    font-weight: 500;
    margin-left: 5%;
}

#price {
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
    font-size: x-large;
    font-weight: 500;
    margin-left: 5%;
}

#strike {
    text-decoration: line-through;
    font-weight: 200;
    font-size: 20px;
    color: rgba(128, 128, 128, 0.565);
}

#offer {
    text-transform: uppercase;
    color: rgba(32, 128, 0, 0.738);
    font-family: 'Ubuntu', sans-serif;
    font-size: x-large;
    font-weight: 700;
    margin-left: 5%;
}

#small {
    font-size: 23px;
    text-transform: lowercase;
}

#border2 {
    height: 30px;
    width: 450px;
    background-color: lightseagreen;
    margin: 00 5%;
    margin-top: 10%;
    border: 1px;
    border-style: solid;
    border-radius: 15px;
    padding: 3% 00;
    text-align: center;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: x-large;
    font-weight: 700;
    transition: all 0.5s;
}

#border2:hover {
    background-color: #252527;
    color: #C21C1D;
}