body, html{
    margin: 0;
    padding: 0;
    height: 100%;
}
body{
    background-image: url(WhatsApp\ Image\ 2025-10-22\ at\ 08.02.27_0daba6ce.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    overflow: hidden;
    height: 100vh;
    



}
.homebtn{
    width: 110px;
    height: 30px;
    border-radius: 15px;
    border: none;
    background-color: green;
    color: white;
}
.homebtn:active{
      transform: scale(0.8);
    opacity: 0.8;
}