* {
    background-color: #0a0a0a;
    font-family: 'Arial', sans-serif;
}

body {
    overflow: hidden;
}

.container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}

.container h1 {
    position: absolute;
    font-size: 300%;
    color: white;
    margin-bottom: 32%;
}

.container img{
    position: absolute;
    width: 45%;
    margin-top: 6%;
}
