@media (max-width:768px){
body{
padding:1rem;
}
.container{
padding:2rem;
}
h1{
font-size:2rem;
}
.theme-toggle{
top:10px;
right:10px;
}
}