html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


h3 {
    text-align:center;
}


.panel {
    margin-top: 100px;
    background-image: none;
    background-color: #ed2c25;
    color: white;
}

.sdiv {
    background-color: rgba(30, 138, 202, 0.5);
    border-radius: 15px;
}


img {
display: block;
height: auto;
max-width: 100%;
}