.LuckyText {

float: right;
margin-left: 15px;
border: double 10px #33afff;
border-radius: 20%;

}

.LuckyBlue {

float: left;
margin-right: 15px;
border: dashed 10px #d22872;
border-radius: 50%;

}

.LuckyBW {

float: right;
margin-left: 15px;
border: groove 10px #289441;
border-radius: 70%;


}

.LuckyTextBottom {

max-width: 100%;
height: auto;

}

footer {

    background-image: url("images/photoLuckyBlue.jpg");

}