html {
    font-family: 'Arial';
}

body {
    text-align: center;
}

body > h2, p {
    font-weight: 500;
}

#root {
    max-width: fit-content;
    margin: auto;
}

#container > h2, p {
    font-weight: 500;
}

#container > img {
    width: 75%;
}

#container > h2,p,img {
    padding-left: 22px;   
}

#container {
    text-align: left;
    width: 621px;
    
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    border-color: #ddd;
    
    min-height: 305px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 562px;
  margin: auto;
}
a {
  color: #337ab7;
  text-decoration: none;
}