html, body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    box-sizing: border-box;
}
h1 {
    font-size: 2em;
    margin-top: 10px;
}
h2, h3 {
    font-size: 1em;
}
#grand-container {
    width:100%;
    max-width: 400px;
    
    margin:0 auto;
    text-align: center;
    position: relative;
    overflow-x: hidden;
}
/*Top section with toggles*/
.section-wrapper {
    position: relative;
    max-width: 100%;
    height: 425px;
  }
#banner {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#section-one,
#section-two {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
}
#section-two {
    align-content: center;
}
#qr-code {
    max-width: 241px;
    max-height: 241px;
    margin: auto;
}
.hidden {
    display: none;
}

#profile-pic {
    position: relative;
    z-index: 2;
    width: 40%;
    margin-top: 25%;
}
.arrow {
    text-align: right;
    position: relative;
    z-index: 3;
    padding-right: 5%;
}
.arrow-two {
    position: absolute;
    text-align: left;
    margin-top: -20%;
    padding-left: 5%;
}
.arrow button, .arrow-two button {
    background-color: white;
    border: none;
    cursor: pointer;
    width: 40px;
}

#info-texts {
    color: #00023F;
}

/*...More buttons for paragraphs*/
.more-text {
    display: none;
  }
  .more-button {
    color: #FF5700;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    font: inherit;
    text-decoration: underline;
  }
  .dots {
    color: #FF5700;
  }

/*The rest*/
hr {
    width: 80%;
    border-color: #FF5700;
    position: relative;
    margin-top: 30px;
}
#paragraphs {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
    position: relative;
}
#bottom-links {
    width: 80%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}
#bottom-links a {
    border: 2px solid #FF5700;
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 2%;
    padding-left: 3%;
}
#bottom-links a span {
    margin-left: 5%;
}
#bottom-banner {
    width: 100%;
    background-color: #FF5700;
    height: 20px;
}
#bottom-links a {
    color: black;
    text-decoration: none;
}
.icon {
    max-width: 48px;
    max-height: 48px;
}