.identity-container {
    position: absolute;
    width: 99.7%;
    height: 220%;
    top: 0px;
    left: 0px;
    background-color: lightblue;
    border: 2px solid #039;
}

.identity-image {
    width: 100%;
    max-height: 40%;
}

.body {
    font-family: Bold;
    font-weight: 100;
    font-size: 12px;
    line-height: 35px;
    color: #777;
}

.button {
    background-color: #039; /* Blue */
    border-radius: 22px;
    color: white;
    padding: 10px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 28px;
}

.button:hover {
    background-color: #0066cc; /* Blue */
    border-radius: 22px;
    color: white;
    padding: 10px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 28px;
}






