body{
    color: blue;
    background-image: url(images/sky.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
    
    
}
#MacCheesePoints{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 166, 0);
    text-align: center;
    margin-left: 5%;
    margin-top: 2%;
    width: 250px;
    border-style: solid;
    border-color: coral;
    border-radius: 15px;
}
#Mac1{
    
    text-align: center;

}
#Mac1Img{
    transition: all 0.1s ease; /* animate width & height over 0.3s */

}
#Mac1Img:active {
  transform: scale(1.2); /* grow a bit while clicking */
}
#ButtonMac1{
    
    border-style: solid;
    border-color: white;
    border-radius: 5px;
    width: 200px;
    margin: -320px 1000px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    text-align: center;
    height: 50px;
}
#ButtonMac2{
    border-color: aqua;
    border-style: solid;
    border-color: white;
    border-radius: 5px;
    width: 200px;
    
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    text-align: center;
    height: 50px;
    margin: 400px 1000px;
}
#MacCheeseSecond{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 166, 0);
    text-align: center;
    margin-left: 5%;
    margin-top: 2%;
    width: 300px;
    border-style: solid;
    border-color: coral;
    border-radius: 15px;
}
#MacCheesePerClickLabel{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 166, 0);
    text-align: center;
    margin-left: 5%;
    margin-top: 2%;
    width: 300px;
    border-style: solid;
    border-color: coral;
    border-radius: 15px;
}









