body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    background: #eef1f5;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 17px;
    color: #FFFFFF;
}

h3 {
    font-size: 16px;
    color: #FFFFFF;
}

h4 {
    font-size: 13px;
    color: #FFFFFF;
}

h5 {
    font-size: 13px;
    color: #FFFFFF;
}

header {
    width: 20%;
    background: #2c3e50;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
}

.main {
    display: flex;
    gap: 30px;
}

.code {
    width: 40%;
}

.container {
    width: 100%;
    border-radius: 12px;
}

h2 {
    color: #34495e;
    margin: 0;
    padding-left: 10px;
}

pre {
    margin-top: 0;
    background: #f7f9fa;
    padding: 20px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.4;
    white-space: pre-wrap;
    border: 1px solid #dce1e6;
}
img {
    border-radius: 8px;
    border: 1px solid #dce1e6;
    display: block;
    margin: 20px auto;
    width: 750px
}

.code {
}

.center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.back {
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
}

.back a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
}
.code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gap-20 {
    gap: 20px;
}
.title {
    padding-top: 20px;
    text-align: center;
}
.new-report {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}