
.content{
    background-color: rgba(255,255,255,0.2);
    max-width: 900px;
    margin: auto;
    padding: 30px;
    border-radius: 15px;
    margin-top: 50px;


}

body {
    background-image: url(./bgs/websiteBg.jpg);
    
}

@media screen and (max-width: 480px) {
    
    body{
       
        background-size: cover;
        background-repeat:round;

    }
   
}
  

@media screen and (min-width: 481px) and (max-width: 900px) {
    body{
        background-size: cover;

        background-repeat: no-repeat;
        background-position: right;
    }

    .startBtn{
        font-size: 30px;
    }
  }


  @media screen and (min-width: 901px) {
    body {
        background-size: cover;

        background-repeat: no-repeat;
        background-position: right;
    }

    .startBtn{
        font-size: 40px;
    }
  }
