body {
    background: radial-gradient(circle, #E3E3E3, white);
    color: #041826;
    font-family: 'Figtree', sans-serif;
}

.fi-sidebar-header .fi-logo {
 height:3.2rem !important;
}

.fi-simple-header .fi-logo {
 height:7rem !important;
}
.box {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    margin: auto;
}

.box img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.box h1 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
}

.box .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #02AC9B;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
}

.box .btn:hover {
    background-color: #028b82;
}
