h1 {
        color: blue;
        width: 100;
    }

#image{
    border-radius: 100;
    margin: auto;
    padding: 10px;
    float: left;
    background-color: aliceblue;
    padding-top: 5px;
}
h1 {
    
    padding-top: 10px;
    width: 200;
    
}
.front {
    width: 500px;
    height: 400px;
    margin: 0;
    padding: 0;
    border-radius: 100px;
}
.container {
  position: relative;
}

.center {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
}

.font { 
  width: 600;
  height: 600;
  opacity: 0.3;
  border-bottom-right-radius: 300;
}
p {
  color: black;
  font-size: large;
}
#back {
  width: 100%;
  height: 50%;

}
.mtin{
  width: 45%;
  float: right;
}
.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;}

.ern {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
}

.ern:hover {
  background-color: #3e8e41;
  color: white;
  cursor: pointer;
}