*,
*::before,
*::after {
  margin: 0;
  padding:10px;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {

  color: #e0fbfc;
  background-color:#cc99ff;
}

.img{
  width: 222px;
}
.i{
  font-size: 40px;
  color:white;
 
}
.button{
  width: 500px;
  position: absolute;
  margin-left: 350px;
  background-color:purple;
 color:white;

}
.image{
 max-width:250px;
height: auto;
}
.logo{
  background-color:#7f00ff;

}
.col-md-3{
    background-color:#7f00ff;
}
}




