* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #2A76BA !important;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

h1 {
    font-size: 4.5rem;
    font-weight: 700;
    color: #CE0026;
    margin-bottom: 1rem;
}

.developer {
    font-size: 1rem;
    color: #F5F7FA;
    margin-top: 2rem;
}

.copyright {
    font-size: 0.875rem;
    color: #F5F7FA;
    margin-top: 0.5rem;
    opacity: 0.8;
}

.profile-picture {
    margin-bottom: 2rem;
    display: inline-block;
}

.profile-picture img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #CE0026;
    object-fit: cover;
}

.docs-button {
    display: inline-block;
    padding: 12px 30px;
    background: #1E1E1E;
    color: #F5F7FA;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 400;
    margin-top: 2rem;
    font-size: 1rem;
}
