header {
	text-align: center;
	border-radius: 10px;
}

.container img {
	height: 100px;
	width: 110px;
	
}body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a {
    text-decoration: none;
    color: black;
}

img {
    max-width: 100%;
    height: auto;
}


.paginas img {
    width: 100%; 
    height: 100%;
    border-radius: 50%; 
    object-fit: cover; 
}

.Jogos {
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.paginas {
    box-shadow:  0 0 8px 4px #2ab0ee;
    width: 100px;
    height: 100px;
    margin: 30px;
    border-radius: 50%;
    overflow: hidden;
    transition: width 0.5s;
}

.paginas:hover {
    width: 300px;
}

.boxes {
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    gap: 30px; 
    margin-top: -120px;
    position: relative; 
    z-index: 1; 
}

.box {
    width: 200px;
    min-height: 100px; 
    border: 2px dashed #000;
    border-radius: 20px;
    background-color: rgba(200, 200, 200, 0.3);
    display: flex;
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center;
    font-size: 1.2em;
    text-align: center;
    padding: 10px;
    gap: 10px; 
    transition: height 0.3s; 
    overflow: hidden; 
}
.card {
	display: flex;
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
    padding: 20px; 
    box-sizing: border-box; 
}


.card1, .card2 { 
    background-size: cover; 
    background-position: center; 
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 200px; 
    height: 150px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white; 
    border: none; 
    padding: 10px; 
    margin: 0; 
}

.card1 {
    background-image: url(Css\ fotos/menu.jpg);
    box-shadow:  0 0 8px 4px #2ab0ee;
}

.card2 {
    background-image: url(Css\ fotos/login.jpeg);
    box-shadow:  0 0 8px 4px #2ab0ee;
}

a { 
    text-decoration: none;
    color: white;
    text-shadow: #000 2px 3px 2px;
    box-shadow:  0 0 8px 4px #2ab0ee;
}

.card1 p, .card2 p {
    margin: 0;
    padding: 0;
}