.h1_container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.player_container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img{
    display: block;
    border-bottom: solid 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: black;
    margin: 1px;
}
p{
    background-color: #00B9FF;
    width: fit-content;
}

h1{
    width: 500px;
    font-family: "Bodoni MT Black";
    border-radius: 20px;
    background-color: #198c07;
    color: white;
    text-align: center;
}
h2{
    border-radius: 20px;
    background-color: #198c07;
    color: white;
    font-family: "Bodoni MT Black";
    padding: 10px;
    margin: 20px;
}
button{
    border-radius: 20px;
    background-color: #198c07;
    color: white;
    font-family: "Bodoni";
    width: 100px;
    height: 100px;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main{
    background-color: #00B9FF;
    border-top: black solid 10px;
    border-bottom: black solid 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 70%;
}
html{
    background-color: #09af9b;
}


/* @media screen and (max-width: 700px) {
  

} */