

body { 
  background-color:#FFF4D1FF;
  text-align:center;
  
}

h1 {
  margin-top:50px;
}

#welp {
  border-style:solid;
  border-color:red;
  height:300px;
  width:500px;
  border-radius:25px;
  margin-left:auto;
  margin-right:auto;
  padding:20px;
  margin-top:100px;
}

img { 
  height:200px;
  width:200px;
}

#container{
  display:flex;
}

.down {
  margin-top:250px;
}

#wallet{
  margin-right:100px;
}