#title1{
    font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 1000;
  font-style: normal;
   border: 3px solid black;
   border-radius: 15px 50px 30px;
    text-align: center;
    align-content: center;
   
    background-image: url("https://images.pexels.com/photos/1316294/pexels-photo-1316294.jpeg?_gl=1*1yfh35z*_ga*MTk5ODg5NzQyMS4xNzYwMjU2MDg0*_ga_8JE65Q40S6*czE3NjAyNTYwODMkbzEkZzEkdDE3NjAyNTY3MTgkajI1JGwwJGgw");
    height: 16vh;
    
    -webkit-text-stroke: 2px rgba(27, 146, 167, 0.823);
    color:rgb(217, 239, 246);
}
button{
    font-family: "system-ui", sans-serif;
    font-weight: 400;
    font-style: bold;
    text-transform: uppercase;
    position: static;
    background-image:
    linear-gradient(
        45deg,
        #12c2e9,
        #255998,
        #efec1e
    );
   border-radius: 15px 50px 30px;
   border-width: 18px;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 10vh;
    color:rgb(0, 0, 0);
    margin: 0 auto;
}
body {
    background-color: #255998;
    height: 100vh;
}
