html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 100;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    background: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    text-decoration: underline;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 0.25rem;
}

.dark-theme .common > a:visited {
    color: rgb(181, 181, 181);
}

.light-theme .common > a:visited {
    color: #1e1e20;
}

.box {
    max-width: 100%;
} 

.text {
    max-width: 100%;
}

img {
    max-width: 100%;
}
@media only screen and (max-width: 490px) {
    div.text {
        font-size: 0.5rem;
    }
}
@media only screen and (max-width: 1100px) {

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    padding: 2rem;
}

h1 {
    margin: 0;
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 400;
}

.box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.text {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    align-self: stretch;
    gap: 0.8rem;
}

.spacing {
    margin: 0;
    padding: 0;
}

.dark-theme .common {
    font-weight: 400;
    color: white;
}

.light-theme .common {
    font-weight: 400;
}

.underline {
    text-decoration-line: underline;
}

.white {
    padding: 2rem;
    background-color: white;
}

form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.first-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 0.92rem;
    color: black;
}

input {
    border: none;
    box-shadow: none;
    width: 90vw;
    height: 3.125rem;
    background-color: #888;
    border-bottom: 4px solid #A0009B;
    font-size: 1.5rem;
}

label {
    font-size: 1.5rem;
    font-weight: 700;
}

#message {
    height: 8.9375rem;
}

.submit {
    background: linear-gradient(90.28deg, #7000A0 0.01%, #A0009B 100%);
    color: white;
    font-size: 1.5rem;
    width: 12.5rem;
    height: 3.375rem;
    padding: 0rem;
}

.radio-question {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.radio-group {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    width: 1.2rem;
    height: 1.2rem;
    accent-color: #A0009B;
}

}

@media only screen and (min-width: 1101px) {

body {
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}

.flex {
    display: flex;
    padding: 4.14rem 5rem 5rem 5rem;
    flex-direction: column;
    gap: 3.12rem;
    align-items: center;
}

img {
    max-width: 28.08801rem;
}

.dark-theme .white {
    background-color: white;
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 3.12rem 5rem;
}

.light-theme .white {
    background-color: #121215;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 3.12rem 5rem;
}

.box {
    display: flex;
    justify-content: space-between;
    gap: 8.037rem;
}

.text {

    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
    max-width: 43.875rem;
}

.dark-theme .common {
    font-weight: 400;
    color: white;
}

.light-theme .common {
    font-weight: 400;
    color: #121215;
}

.spacing {
    margin: 0;
    gap: 0;
}

.underline {
    text-decoration-line: underline;
}

.first-row {
    display: flex;
    justify-content: space-between;
}

form {
    display: flex;
    flex-direction: column;
    gap: 1.62rem;
}

#message {
    width: 100%;
    height: 8.9376rem;
    
}

.card {
    display: flex;
    flex-direction: column;
    gap: 0.94rem;
}

input {
    border: none;
    box-shadow: none;
    width: 100%;
    height: 3.125rem;
    background-color: #888;
    border-bottom: 4px solid #A0009B;
    font-size: 1.5rem;
}

.submit {
    background: linear-gradient(90.28deg, #7000A0 0.01%, #A0009B 100%);
    color: white;
    font-size: 1.5rem;
    width: 12.5rem;
    height: 3.375rem;
    right: 5rem;
    bottom: 3.06rem;
    margin-left: auto;
    margin-top: 1.19rem;
    border: 0;
    padding: 0rem;
}

.radio-question {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.radio-group {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    width: 1.2rem;
    height: 1.2rem;
    accent-color: #A0009B;
}

}