.header {
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 28px;
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
}

.content > img {
    display: block;
    width: 238px;
}

.content-info-header {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 500;
}

.content-info-header img {
    display: block;
    width: 36px;
}

.content-info-header span {
    margin-right: 12px;
    margin-left: 4px;
    font-size: 32px;
    color: rgba(34, 84, 244, 1);
}

.content-info {
    width: 460px;
    margin-left: 72px;
}

.content-info p {
    font-size: 16px;
    color: rgba(76, 83, 92, 1);
}

.content-info p a {
    color: rgba(34, 84, 244, 1);
}

.req-id {
    margin-top: 16px;
    font-size: 16px;
    color: rgba(127, 135, 146, 1);
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 40px;
    margin-top: 40px;
    font-size: 14px;
    color: #fff;
    background: rgba(34, 84, 244, 1);
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.button:hover {
    opacity: 0.8;
}

a {
    text-decoration: none;
}
