html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#footer {
    background-color: purple;
    color: white !important;
    position: absolute;
    bottom: 0px;
    width: 100%
}

#header {
    display: flex;
    flex-direction: row;
    background-color: white;
    margin: 0px;
    padding: 5px;
    height: auto;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

#header-text {
    font-size: 22px;
    align-self: center;
    line-height: 5px;
    font-family: "Asap", sans-serif;
    font-weight: 500;
}

#header-link {
    align-self: center;
}

#logoimg{
    width:125px;
}

#afaq {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
    font-family: "Asap", sans-serif;
    font-weight: 500;
}

#header-logo{
    display:flex;
    flex-direction:row;
    gap:10px 10px;
}

.a-center{
    align-self:center;
}

#qrimg{
    width:160px;
    height:160px;
}


@media only screen and (max-width:800px) {
    #header-text {
        display: none;
    }
}

.purpleButton {
    background-color: #5E207B; /* Purple background color */
    color: white;
    font-size: 2vmin;
    font-family: Asap;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin: 10px;
    display: inline-block;
    width:auto;
}

body{
    font-family:Asap;
}