body{
margin:0;
background:#111827;
font-family:Arial;
color:white;
text-align:center;
}

.overlay{
padding:50px;
}

h1{
font-size:60px;
}

.apps{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
max-width:900px;
margin:auto;
margin-top:50px;
}

.card{
background:white;
color:black;
padding:40px;
border-radius:15px;
text-decoration:none;
font-size:25px;
}

.logo{
width:200px;
margin-bottom:30px;
}