body{
    background-color: blueviolet;
    background-image: url(ass/cups/sky.gif);
    background-size: 10%;
}


h1{
    text-align: right;
    float: right;
    color: aliceblue;
    
}


.container{
    padding: 0px;
    margin-top: 10%;
    margin-right:50% ;
    width: 30%;
    height: 500px;
    float:left;
     margin-left: 19%;
    background-image: url(ass/horse/cherry.jpg);
    border-radius: 10px;
    position: fixed;
    
    
}


.container2{
    
    margin-top: 10%;
    height: 500px;
    width: 30%;
   margin-left:50% ;
    margin-right: 19%;
    background-image: url(ass/horse/cherry.jpg);
    border-radius: 10px;
    position: fixed;

    
    
}

#doggo{
    margin: 24%;
    margin-left: 24%;
       width: 50%; 
}

.goodboy:hover {
     cursor: url('ass/doggo/heart.jpg'), auto;
}

       


#texting{
    float: center;
    margin: 0px;
    width: 30%;
     border-width:200px;
border-style:solid;
border-image: url(ass/doggo/telefonboarder.png) 200 stretch;

}

p{
    color: aliceblue;
    font-size: larger;
}

button{
    margin: 10px;
}

a{
    color: black;
}

footer{
    float: bottom;
}