h1{
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    color: #31241e;
}

p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #31241e;
}

h3{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #31241e;
}

h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #31241e;
    margin-top: 10px;
    margin-bottom: 0;
}

h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #31241e;
    margin-top: 15px;
}

h6{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #31241e;
}

ul{
    list-style-image: url(Images/Balon\ Viñeta.png)
}

li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #31241e;
}

body{
    background-color: #f6f4f3;
    margin-top: 40px;
    margin-left: 55px;
    margin-right: 55px;
    margin-bottom: 55px;
    transition: background 0.3s, color 0.3s;
}

.dark-mode {
    background-color: #d1c8c1;
}

button{
    background-color: #31241e;
    box-shadow: inset;
    outline: 0px;
    color: #f6f4f3;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid #31241e;
}

.logo-title{
    display: flex;
    align-items: center;
}

.title{
    padding-left: 15px;
}

footer{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    justify-content: center;
    padding: 10px;
    display: flex;
    border-top: 1.5px solid #31241e;
}


.YT{
    padding-top: 10px;
}

.IG{
    padding-top: 7px;
}

header nav{
    padding-right: 20px;
}

a{
    padding-inline: 20px;
    text-decoration: none;
    color: #31241e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

a:hover{
    color: #86654b;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
}

.home-image{
    background-image: url(Images/Homepage.jpeg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 222px;
    position: relative;
    margin-top: 10px;
}

.home-image-text{
    position: absolute;
    left: 15px;
    bottom: 0.1px;
}

.home-text-images{
    display: flex;
}

.home-text{
    width: 50%;
    text-align: justify;
    padding-top: 20px;
    padding-right: 40px;
}

.home-images{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 55%;
}

.news-imageandtext{
    display: flex;
    text-align: justify;
}

.news-text{
    padding: 35px;
}

.imagetoday-textwhat{
    display: flex;
}

.matches-textwhat{
    text-align: justify;
    padding: 35px;
}

.textGA-imageVS{
    display: flex;
}

.matches-textGA{
    text-align: justify;
    padding-right: 55px;
}

.players-text{
    text-align: center;
}

.players-boxes{
    display: flex;
    text-align: center;
}

.minutti{
    padding-inline: 95px;
    text-align: center;
}

.ibarrola{
    padding-inline: 95px;
    text-align: center;
}

.loaiza{
    padding-inline: 95px;
    text-align: center;
}

.garcia{
    padding-inline: 95px;
    text-align: center;
}

.Videos{
    display: flex;
    justify-content: space-between;
    padding-inline: 50px;
    padding-top: 50px;
}