body {
    background-color: darkcyan;
}

main {
    width: 100%;
    height: 100vh; 
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;

}

h1 {
text-align: center; color: #fff;
}

img {
    border-radius: 10px;
    
}
