body{
    background-color: rgb(31, 31, 31);
}

#title{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

img{
    scale: 78%;
    position: relative;
    top: 4vh;
    border-radius: 50px;
    filter: drop-shadow(7px 6px 10px #000000);
    transition: 0.3s;
}

#games{
    align-items: center;
    text-align: center;
}
img:hover{
    cursor: pointer;
    scale: 100%;
}