*{
	margin: 0;
	padding: 0;

}


html{
	scroll-behavior: smooth;
}

body{
	background-image: url("PictuKre1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}



.button {background-color: rgb(0,176,240);
    border: solid 1px white;
    width: 250px;
    height: 40px;
    color: white;
    border-radius: 10px;
    font-size: 15px;} 

.button {position: fixed;
         top: 73%;
         left: 16%;
    }

@media only screen and (min-width: 768px)
{
    
    .button {background-color: rgb(0,176,240);
    border: solid 1.5px white;
    width: 512px;
    height: 61.4px;
    color: white;
    border-radius: 15px;
    font-size: 25px;}
    
.button {position: fixed;
         top: 85%;
         left: 16%;
}

@media only screen and (min-width: 1000px)
{
   
    .button {background-color: rgb(0,176,240);
    border: solid 2px white;
    width: 1067.008px;
    height: 94.261px;
    color: white;
    border-radius: 20px;
    font-size: 50px;}
    
.button {position: fixed;
         top: 85%;
         left: 13%;
     }

}
