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

body {
    background-color: #c7c7c7;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
}

.logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 30px;
}

.erc-title {
    color: #094279;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

h1 {
    color: #333;
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
}
