body {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    width: 1366px;
    height: 768px;
}

.cdt-header {
    height: 76px;
    box-shadow: 0px 4px 20px 0px #2023270D;
}

.image-osde {
    padding: 22px 32px 22px 32px;
    height: 32px;
    width: 204px;
}

.image-conos {
    width: 452px;
    height: 320px;
}

.cdt-body {
    display: flex;
    flex-direction: row;
    width: 920px;
    height: 320px;
    margin-top: 128px;
    margin-left: 223px;
    align-items: center;
    justify-content: space-between;
}

.message-container {
    width: 452px;
    height: 86px;
    align-content: space-between;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h1 {
    font-family: "Nunito";
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 0px;
}

h3 {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: -7px;
}