.list{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.list h1{
    padding: 30px;
    border-radius: 10px;
    background-color: #0078d7;
    color: white;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    
}

body{
    background-image: url(./images/front\ gate\ 2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
}