

html {
    background-color:mistyrose;
   background-image: url(img/1bg_anime-fallingroses.gif);
background-repeat:repeat;
}

form {margin:auto;}

.whats {
margin: auto;
    color:midnightblue;
    opacity:100%;
    font-size: 15;
    width:1000;
    text-align: center;
    display:block;
}


.zoom:hover {
    cursor: crosshair;
    transform: scale(1.5);
    margin-bottom: 100;
    transition: 
   
}
{
  box-sizing: border-box;
}

 #left {
  float: left;
  width: 50%;
}
#right {
  float: right
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
    color:black;
    opacity:80%;
    font-size: 55;
    margin-top:-20;
}

h2 {align-content: center;
opacity: 100%;
}

.inline {
    font-size: 19;
}

.cap {
    font-size: 15;
    font-style: italic;
    color:cornflowerblue;
    margin-right: 15;
    margin-top: 0;
}

#opacity {
    opacity: 60%;
}
    
.links {background-color: whitesmoke;
border: rebeccapurple 5px dashed;
margin:auto;
text-align: center;
width:33%}

.cap:hover {
    cursor:none;
    color: blueviolet;
}

a:link {
      background: rgb(240,89,155);
background: -moz-radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
background: -webkit-radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
background: radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0599b",endColorstr="#c11cff",GradientType=1);

-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   font-size:20;
    word-spacing: 10;
    margin: 5;
    text-decoration: none;
    
}
a:hover {
    color:darkslateblue;
    font-size: 19;
    cursor:crosshair;
}
        
#bod {
    
    background: -webkit-linear-gradient(#b49f29, #914e72);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   }


    #imgstyle {
        
                        background-size: contain;            
            background-repeat: no-repeat;
            background-color: darkgreen;
            background-blend-mode: screen;
}

 