html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    width: max-content;
    margin: auto;
}


body {
    background: #f2f2f2;
    font-family: 'Roboto', sans-serif;
}

a.homelink {
    display: block;
    text-align: center;
}

img {
    width: 220px !important;
    margin: auto;
}

main {
    max-width: 700px;
    margin: auto;
}

.rcstyle {
    width: fit-content;
    margin: auto;
}

.container {
    width: 700px;
}

.error-message {
    background-color: indianred;
    color: white;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}


.success-message {
    background-color: mediumseagreen;
    color: white;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}