@charset "UTF-8";
/* CSS Document */
img {
  width: 100%;
  height: auto;
  min-width: 200px;
  border-radius: 20px;
  box-shadow: 0px 20px 30px 0px rgba(0,0,0,.6);
}


body {
  overflow: hidden;
  background: #e9e9f4;
  display: flex;
  align-items: center;
  justify-content: center;
  
  min-height: 100vh;
  height: 100%;
}


.goImage {
  max-width: 500px;
  min-width: 200px;
  width: 100%;
  position: relative;
  
  
    }

#godions{
  margin: 0 auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 10px;
  border:10px solid #222;

}

