html,body{
	width: 100%;
	height: 100%;

}
body{
	background-color: black;
	border-bottom: 0.7rem solid #FFD33E;
	position: relative;
	display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
p{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	width: 100%;
    height: auto;
    text-align: center;
    color: white;
    font-size: xx-large;
    display: block;
        margin-top: 10%;
}

div{
	width: max-content;
    height: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

a{
	color: white;
    text-decoration: none;
    font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	width: 100%;
    height: auto;
    text-align: center;
    color: white;
    font-size: xx-large;
    display: block;
    margin-top: 10%;
}
a:hover{
	color: #FDDD27;
	font-weight: 700;
}

br, span{
	display: block;
	margin-top: 16%;
}

#players{
	position: relative;
	width: auto;
	height: 104px;
	background-image: url('../img/players.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#players:hover{
	width: auto;
	height: 110px;
	background-position: center bottom;
}

#fields{
	position: relative;
	width: auto;
	height: 104px;
	background-image: url('../img/soccer-field-1.png');
	background-repeat: no-repeat;
	background-position: center top;

}
#fields:hover{
	height: auto;
	height: 110px;
	background-position: center bottom;
}
#btns{
	height: min-content;
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.col{
	position: relative;
    margin-left: 0;
    margin-right: 0;
}


.link_idioma:link {
color: #ffffff;
}
.link_idioma:visited {
color: #ffffff;
}
.link_idioma:hover {
color: #ffffff;
}

@media (max-width: 640px) {
	#btns{
		height: auto;
    	width: 100%;
    	display: flex;
    	flex-direction: column; 
    	align-items: center;
	}


	.col{
		position: relative;
    	margin-left: 0;
    	margin-right: 0;
		margin-bottom: 13%;
	}
}