 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
body{
    background: #555;
}

.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    text-align: center;
    position: absolute;
        }

h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    animation: fadeInDown 1s forwards 0.5s;
        }

h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
    animation: fadeInDown 1s forwards 0.5s;
        }

.imagesbox{
    width: 1000px;
    height: 500px;
    position: absolute;
    left: 200px;
    top: 200px;
}