body {

    padding: 15px;
    background: #1C284E;
    background: linear-gradient(180deg, rgba(28, 40, 78, 1) 0%, rgba(23, 77, 124, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background-attachment: fixed;
    height: 100%;

    margin-top: 2px;

    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 15px;
    color: #222222;

}

body a {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #222222;
    text-decoration: none;
    cursor: pointer;
}

.content {

    display: block;
    max-width: 480px;
    margin: 0 auto;
}

.fir-clickcircle {
    width: 100%;
    max-width: 100px;
    border-radius: 100px;
    cursor: pointer;
}

.fir-image-figure {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
}

.fir-image-figure .caption, .fir-image-figure figcaption {
    padding-left: 15px;
}


.btn.linkbtn {
    position: relative;
    width: 100%;
    max-width: 480px;
    padding-left: 40px;
    background: rgba(255, 255, 255, .5);

    margin-bottom: 15px;
}

.btn.linkbtn .fa-solid {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
}

.btn.linkbtn span {
    display: block;
    text-align: left;
}

img {
    display: block;
    max-width: 100%;
}


footer {

    font-size: 12px;
}