*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background-color:green;
    margin-top: 20px;
}

.container {
    max-width: 400px;
    height: 85vh;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
}

.h2{
    align-items: center;
}


img {
    max-width: 100%;
    height:80%;
}

.github{
    background-color:rgb(118, 107, 129);
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    cursor: pointer;
    border: none;  
    border-radius: 5px; 
    align-items: center;
    justify-content: center;   
    text-align: center;   
}

.github:hover{
    background-color: #15df9c;
    color: white;
}