*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
  .main{
    background-image: linear-gradient(rgb(0,0,0,0.8),rgb(0,0,0,0.8),rgb(0,0,0,0.8)
    ),url(/images/FB_IMG_17152586647074024.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: auto;
}
.content{
  padding: 5px;
  margin-top: 6px;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  background-image: linear-gradient(rgb(0,0,0,0.8),rgb(0,0,0,0.8),rgb(0,0,0,0.8)
  ),url(/images/FB_IMG_17152586647074024.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: auto;
  overflow-x:scroll;
  overflow-wrap: normal;
}
.container{
  flex-direction:column;
  margin: 1px;
  height:fit-content;
  width: fit-content;
  border: 4px solid yellow;
  border-radius: 13px;
  text-align: center;
}
.container img{
  height: 100px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.header h1{
  padding-top: 15px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.header h1 span{
  color: yellow;
}
.text{
  color: #fff;
  padding: 5px;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 24px;
}
.text h1{
  color: gold;
}
.talk{
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: gold;
  color: black;
}