body {
    background-color: hsl(47, 88%, 63%);
}
@font-face {
    font-family: 'CustomFont';
    src: url('<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,600;1,600&display=swap" rel="stylesheet">') format('woff2');
}
        
.a {
    width: 400px;
    height: 520px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 20px;
    position: absolute;
    top: 200px;
    left: 620px;
    z-index: 1;
    border: 1px solid black;
}
.b {
    width: 400px;
    height: 520px;
    background-color: black;
    border-radius: 20px;
    position: absolute;
    top: 210px;
    left: 630px;
    z-index: 0;
}
.c {
    border-radius: 20px;
    position: absolute;
    top: 220px;
    left: 640px;
    z-index: 2;
}
img {
    width: auto;
    height: 215px;

}
.d {
    text-align: center;
    font-weight: 700;
    font-family: sans-serif;
    line-height: 30px;
    background-color: hsl(47, 88%, 63%);
    border-radius: 5px;
    position: absolute;
    top: 460px;
    left: 640px;
    width: 100px;
    height: 30px;
    z-index: 3;
}
.e {
    position: absolute;
    font-weight: 100;
    font-family: sans-serif;
    color: hsl(0, 5%, 30%);
    top: 480px;
    left: 640px;
    z-index: 4;
}
.f {
    position: absolute;
    font-weight: 700;
    font-family: sans-serif;
    top: 510px;
    left: 640px;
    z-index: 4;
}
.f:hover {
    color: hsl(47, 88%, 63%);
}
.g {
    color: black;
    position: absolute;
    font-family: sans-serif;
    color: hsl(0, 0%, 50%);
    top: 560px;
    left: 640px;
    z-index: 4;
}

.i {
    position: absolute;
    font-family: sans-serif;
    font-size: 8px;
    top: 650px;
    left: 690px;
    z-index: 4;
}
.j {
    position: absolute;
    top: 650px;
    left: 640px;
    width: auto;
    height: 40px;
    z-index: 4;
}