
        body{
            background-color: rgb(85, 168, 226);
        }
        img{
            border: 1px solid #85c2e2;
            border-width: 5px;
            border-radius: 70%;
            padding: 5px;
            width: 500px;
            max-width: 50%;
            height: auto;
            cursor:pointer;
        }
        img:hover {
            box-shadow: 0 0 2px 4px rgba(105, 32, 0, 0.5);
        }
form{
    background-color: #bae0fd;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 5px;
    align-content: center;
    width: auto;
    height: auto;
    margin: 4px;

}

/*Da txt box ne gleda ven iz roba*/
textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

div {
      background-color: #bae0fd;
  border: 3px solid white;
  border-radius: 8px;
  padding: 12px;
  margin: 12px auto;
  max-width: 700px;

#spinImage {
  transition: transform 0.6s ease;
  cursor: pointer;
}

  

    /*
    background-color: #bae0fd;
    border: 3px solid rgb(255, 0, 0);
     border-width: 10px;
    border-radius: 5px;
    align-content: center;
    width: auto;
    height: auto;
    margin: 4px;
    
    border: 3px solid rgb(255, 255, 255);
    border-width: auto;
    border-height: auto;
    border-radius: 5px;
    align-content: center;
    background-color: #bae0fd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 5px;    
    margin: 4px; */
}
