body{
    font-family: Arial, Helvetica, sans-serif
}

a{
    text-decoration: none;
    color: black;
    padding-inline: 15px;
}

a:hover{
    color: #57c28e;
}

header{
    display: flex;
    justify-content: space-between;
    margin: 10px;
    align-items: center;
    background-color: #00a153;
}

h1{
    font-size: 23px;
}

button{
    background-color: #00a153;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

button:hover{
    color: #57c28e;
    font-size: 14px;
}

.home{
    display: flex;
}

.hometext{
    text-align: center;
    padding-inline: 90px;
    padding-top: 120px
}

.Hi1{
    display: flex;
    justify-content: space-between;
    padding-inline: 180px;
    padding-top: 30px;
}

.textHi{
    text-align: center;
    font-weight: bold;
}

h2{
    color: #00a153;
    font-size: 18px;
}

.containers{
    display: flex;
    padding-top: 20px;
}

.container{
    padding-inline: 50px;
    text-align: justify;
}

h3{
    font-size: 20px;
    color: #00a153;
}

.IP1{
    display: flex;
    justify-content: space-between;
    padding-inline: 200px;
    padding-top: 10px;
}

.IP2{
    display: flex;
    padding-top: 10px;
}

.IP3{
    display: flex;
    padding-top: 10px;
}

.players{
    padding-inline: 50px;
    text-align: center;
}

h4{
    font-size: 18px;
}

.D{
    background-color: #00a153;
}

.DF{
    background-color: white;
}

.DFI{
    background-color: white;
}

.data{
    display: flex;
    padding-inline: 50px;
    justify-content: space-between;
}

video{
    width: 350px;
    height: 200px;
    padding-top: 50px;
}

.textdata{
    padding-right: 60px;
    text-align: justify;
}

footer{
    text-align: center;
    align-items: center;
    background-color: #00a153;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.F1{
    text-align: center;
    align-items: center;
    background-color: white;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

