@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");

.badge {
    width: 793px;
    height: 793px;
    border-radius: 50%;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.logo-image {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: auto;
    z-index: 1;
}

.title-text {
    position: absolute;
    top: 230px;
    width: 100%;
    text-align: center;
    font-family: "AkrobatNormal", sans-serif;
    font-weight: 800;
    font-size: 56px;
    letter-spacing: 2px;
    z-index: 2;
}

.presented-to-text {
    position: absolute;
    top: 330px;
    width: 100%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    opacity: 0.5;
    z-index: 2;
}

.middle-section {
    position: absolute;
    top: 360px;
    bottom: 170px;
    left: 70px;
    right: 70px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 2;
}

.name-section {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    padding: 10px 10px 6px;
}

.assessment-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 25px 10px;
}

.name-text {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: 0.8px;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.assessment-text {
    width: 100%;
    font-family: "AkrobatNormal", sans-serif;
    font-weight: 800;
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: 1.5px;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.date-text {
    position: absolute;
    top: 630px;
    width: 100%;
    text-align: center;
    font-family: "AkrobatNormal", sans-serif;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 1px;
    opacity: 0.5;
    z-index: 2;
}

.id-text {
    position: absolute;
    top: 680px;
    width: 100%;
    text-align: center;
    font-family: "AkrobatNormal", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    z-index: 2;
}