
img {
    max-width: 100%; 
    max-height: 100%; 
    display: flex;
    justify-content: center; 
    align-items: center;  
    height: 100vh; 
    margin: 0; 
    background-color: #f0f0f0; 
}


h1 {
    text-align: center;
}

h2 {
    position: fixed;
    top: 400px;
    right: 260px;
}

p{
    text-align: right;
}