body {
    background: url('images/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
}

.container {
    padding-right: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
}

.title {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

.title {
    font-size: 200% !important;
    background: linear-gradient(to bottom, #cfc09f 27%, #fbed6d 40%, #8b5102 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 40px;
    margin-bottom: 10px;
}

.date {
    text-align: center;
    font-size: 100%;
    font-family: "Cairo", sans-serif;
}

hr {
    height: 1px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: -10px;
}

#rates div {
    width: 45%;
    float: left;
    text-align: center;
    padding-top: 50px;
    font-size: 32px;
    text-align: right;
}

#rates div::after {
    content: "AED/GRAM";
    font-size: 12px;
    font-family: "Cairo", sans-serif;
    position: relative;
    bottom: -35px;
    left: -5%;
}

#rates div span.purity-display {
    font-family: "Orbitron", sans-serif;
    padding: 15px;
    background: linear-gradient(to bottom, #cfc09f 27%, #fbed6d 40%, #8b5102 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-align: left;
}

#rates div span.rate-display {
    background-color: #fff;
    color: #012045;
    padding: 15px;
    border-radius: 8px !important;
    font-weight: bold;
}

.footer{
    background: #fff;
    position: absolute;
    bottom: 0px;
    height: 15%;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-top: 30px;
    z-index: 100;
}

.web-link {
    font-family: "Cairo", sans-serif;
    color: #012045;
    font-size: 24px;
}
