body {
    background-image: url("images/pattern-background-desktop.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
}

#card {
    width: 25%;
    float: left;
    position: relative;
    left: 35%;
    margin-top: 5%;
    background-color: hsl(225, 100%, 98%);
    border-radius: 10px 10px;
    text-align: center;
}



.image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.bold {
    font-weight: bold;
    font-size: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.font {
    color: hsl(224, 23%, 55%);
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5%;
}

.pay {
    width: 75%;
    height: 70px;
    background-color: hsl(225, 100%, 94%);
    border-radius: 10px 10px;
    margin: auto;
    position: relative;
    padding: 2%;
}

.pay .image {
    float: left;
    width: 10%;
    margin-top: 5%;
    margin-left: 5%;
}

.pay .contener {
    width: 35%;
    margin-left: 20%;
}

.pay .bold {
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-top: 10%;
}

.pay .money {
    color: hsl(224, 23%, 55%);
    float: left;
}

.change {
    float: right;
    margin-right: 8%;
    margin-top: -2.5%;
    font-weight: bold;
    text-decoration: underline;
    color: hsl(245, 75%, 52%);
}

.change:hover {
    color: hsl(245, 82%, 62%);
    text-decoration: none;
}

.button {
    width: 72%;
    border-radius: 10px 10px;
    margin-top: 5%;
    margin-left: 10%;
    padding: 4%;
    position: relative;
    background-color: hsl(245, 75%, 52%);
    color: white;
    font-weight: bold;
}

.button:hover {
    background-color: hsl(245, 82%, 62%);
}

.cancer {
    margin-top: 5%;
    margin-bottom: 10%;
    color: hsl(224, 23%, 55%);
    font-weight: bold;
}

.cancer:hover {
    color: black;
}