body{
  background-color: white;
}
nav{

background-color: black;
  color: black;
}


.container{

  background-color: black;
}
/* Make the image responsive */
img {
  width: 100%;
  background-color: black;

}

/* Style the button and place it in the middle of the container/image
*/


.txt{
  font-size: xx-large;
 bottom: 200px;
 left: 10px;
  color: antiquewhite;
  position: relative;
}
/*responsive text*/
@media only screen and (max-width: 500px) {
  .txt {
 font-size: x-large;
 bottom: 100px;
 word-wrap: break-word;
  }
  }
 @media only screen and (max-width: 400px) {
    .txt {
   font-size: large;
   top: 30%;
   word-wrap: break-word;
    }
    }
    
@media only screen and (max-width: 334px) {
      .txt {
     font-size: large;
     bottom: 100px;
     word-wrap: break-word;
      }
      }
      

@media only screen and (max-width: 700px) {
          
  
  .txt {
            padding: 12px 24px;
            bottom: 110px;
            font-size: 12px;
        
          }
          }
@media only screen and (max-width: 300px) {
            .f{

bottom: 400px;
left: 200px;

            }
  .txt {
              padding: 12px 24px;
               bottom: 20px;
          
            }
            }
/*responsive  btn*/
@media only screen and (min-width: 280px) {
            
  
            .txt{
              bottom: 90px;
            }
            }
@media only screen and (min-width: 300px) {
              .link {
               padding: auto;
            
              }
              }


.container{

background-color: white;


}


@media (max-width: 1023px){
     .link {
    font-size: 20px;
    padding: 0 25px;


}
}
@media (max-width: 1259px){
    .link {
    font-size: 22px;
    padding: 0 22
px
;
}}
.link  {
  color: #fff;
  font-family: var(--font_family2);
  font-size: 24px;
  line-height: 56px;
  display: inline-block;
  height: 55px;
  margin-top: 25px;
  padding: 0 15px; 
  padding-left: 198px;
  text-align: center;
  vertical-align: top;
  border-radius: 8px;
  text-decoration: none;
  text-decoration-line: none;
  background: linear-gradient(
121deg,#fe882e,#ff5f7d);
  box-shadow: 0 5px 10px rgb(0 0 0 / 25%);

}
.link a href :hover{
  color: #fe882e;
}

.profile-photo{
 width: 100px;
 height: 100px;
 
 margin-left: auto;
 margin-right: auto;


}
.name{

  width: 110px;
 height: 50px;
top: 30%;

 margin-left: auto;
 margin-right: auto;

}
.stars {
  width: 300px;
 height: 50px;
background-color: white;
 margin-left: auto;
 margin-right: auto;
}
.text  {
  
 height: 50px;

 margin-left: auto;
 margin-right: auto;
}
.date {

  height: 50px;
 
  margin-left: auto;
  margin-right: auto;
}
footer{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
;
background-color: black;
color: white;
word-wrap: break-word;
justify-content: space-evenly;
text-align: center;
}
.topnav {
  background-color: white;
  overflow: hidden;
}

.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color:whitesmoke ;
  color: black;
}
.topnav img{
width: 50px;
height: 50px;
}
.pp{

  text-align: center;
  word-wrap: break-word;
  font-size: large;
}
