*,
*:before:,
*:after {
  box-sizing: border-box;
}

body {
  background-color: #ffeebc;
  color: black;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'clown'
}
h1 {
  font-size: 40px;
  text-align: center;
}
.blinkies {
  display: inline-block;
  margin-left: 348px;
}
.clowndivider {
  width: 1280px;
  height: 51px;
  margin-left: 188.8px;
}
header {
  display: inline;
}
.abtme {
  width: 760px;
  border: groove;
  border-width: 10px;
  border-color: #eb2121;
  border-radius: 10% 35%;
  box-sizing: border-box;
  margin-top: 100px;
  margin-left: 348px;
  background-color: #ea9ebf;
}
.leftimg {
  float: left;
  margin-left: 80px;
}
.rightimg {
  float: right;
  margin-right: 80px;
  margin-bottom: 108.8px;
}
.inaline {
  display:inline-block;
  width: auto;
}
.padding {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.container {
  width: 100%;
  overflow: hidden;
}
  footer {
  margin-bottom: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
}
