body{margin: 0; padding: 0;background-color: black; font-family: Helvetica;}
* {-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-text-size-adjust: none;
-webkit-touch-callout: none;}

.page-title{
  color:white;
  margin-bottom: 30px;
}

.image-wrapper{
  border-radius: 20px;
  border: 2px solid gray;
  padding:0px;
  width: 100%;
  height: 270px;
  cursor: pointer;
}

.image-wrapper img{
  border-radius: 20px;
  height: 100%;
  width:100%;
  object-fit: contain;
}

.paiting-wrapper p{
  color:white;
  font-size: 17px;
}

.image-wrapper h1{
  color: gray;
    text-align: center;
    margin-top: 50px;
    line-height: inherit;
}

.page-sub-title{
  color:blue;
  margin-bottom: 30px;
}
.media-wrapper{
  display:flex;
  justify-content: center;
  margin: 15px 0px;
}
.media{
  margin-top:0px;
  margin-right:20px;
}
.media-object{
  width: 64px;
}
.media-body{
  color:white;
  width: 100%;
}

.selection-button{
  color:black;
  background-color: lightgray;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border: none;
  outline:none;
}

.selection-button:focus {
  outline: none !important;
}
 @media screen and (max-width: 1024px) { 
  .image-wrapper h1 {
    margin-top: 40px;
  }
  .image-wrapper {
    width: 100%;
  }
}

@media(max-width:720px){
  .media-wrapper{
    display: grid;
    justify-content: center;
  }
  .media{
    margin:10px 0px;
  }
}

@media (max-width: 468px) {
  .paiting-wrapper{
    text-align: center;
  }
  h1{
    font-size: 20px;
    line-height: inherit;
  }
}