.box{
    border:5px solid rgb(0, 0, 0);
    padding:0%;
    margin: 0%;
    background-color: rgba(218, 60, 165, 0.884);
    font-size: 20px;
    font-family: "Lucida Console"

}
.box2{ color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(245, 7, 126), 0 0 5px; font-size: 60px;
    font-family: "Lucida Console"}


 
.right {
        float:left;
        width: 800px;
        margin-top: 3%;
        padding: 10px;
        font-size: 20px;
        color: rgb(255, 255, 255);
        font-family: Times New Roman;
    }
        

 .a:hover{
        background-color: rgb(8, 139, 37);
        color: rgb(255, 255, 255);
        opacity: 0.5;}
 .a{
    display: inline;
    font-size: 22px;
    color: rgb(0, 0, 0);
    padding: 20px;
    text-decoration: none;
    margin: 0px;
    overflow: hidden;
    background-color:rgb(235, 156, 218);       
    box-sizing: border-box}

        
  .img {overflow: hidden;
    width: 350px; 
    height: 350px;
	border: 6px solid rgb(0, 0, 0);
	border-radius: 200px;
    margin-bottom: 20px;
    float: none;}
.greeting{
font-family:Brush Script MT ;
color: rgb(255, 255, 255);
text-align: left;
}
body{
   background-image: url("pexels-leonid-danilov-3256255\ \(2\).jpg");
    background-repeat: no-repeat;
    background-position:right top;
    margin-left: 70px;
    margin-right: 70px;
    background-attachment: scroll;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    }
    .list{
        font-family:Times New Roman ;
        color: rgb(255, 255, 255);
        text-align: left;
        font-size: 20px;}
.button{background-color:rgb(95, 104, 104);
  color:rgb(255, 255, 255);
  border:0cm;
  height: 60px;
  width: 150px;
 font-family:Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif ;
}
.button2{background-color:rgb(93, 173, 219);
    color:rgb(255, 255, 255);
    border:0cm;
    height: 60px;
    width: 150px;
   font-family:Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif ;

}