body{
    background-color: #D5E1EF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    height: 100vh; 
    margin: 0;
}

.container {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    border-radius: 20px;
    padding: 16px;
}

.container img {
    width: 100%;
    border-radius: 10px;
}

.content {
    text-align: center;
    margin-top: 24px;
    height: 131px;
    margin-bottom: 40px;
}

.content1 {
    margin-bottom: 16px;
    width: 256px;
    height: 52px;
}
.content .span1{
    font-family: 'Outfit';
    font-weight: 700;
    font-size: 22px;
    color: #1f314f;
    letter-spacing: 0px;
    line-height: 120%;
}

.content2{
    width: 256px;
    height: 63px;
}
.content .span2{
    font-family: 'Outfit';
    color: #68778d;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 140%;
}


footer {
    margin-top: 24px;
    font-family: 'Outfit';
    font-size: 14px;
    color: #68778d;
    text-align: center;
}

footer a {
    color: #1f314f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

footer a:hover {
    color: #4f7cff;
    text-decoration: underline;
}
