*{
    padding: 0;
    margin: 0;
}
body{
    overflow: hidden;
}
.headline{
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
section {
    margin: 1rem 30rem 0 30rem;
}
#member-form {
    padding: 2rem;
    margin: 2rem;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width:auto;
    flex-wrap: nowrap;
}
form {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}

input {
    
    margin: 0.5rem 0 0 0;
    width: 100%;
    height: 1.5rem;
    border: 0.1px solid rgb(114, 108, 238);
    border-radius: 4px;
}
.alert {
    text-align: center;
    padding: 5px;
    background-color: #79c879;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    display: none;
}
select{
    border: 0.1px solid rgb(114, 108, 238);
    border-radius: 4px;
    margin: 0.5rem 0 0 0;
    width: 100%;
    height: 1.5rem;

}
label{
    margin: 0.5rem 0 0 0;
}
#membbuttons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}
#membbtn {
    width: 5rem;
    height: 2rem;
    background-color: rgb(248, 224, 70);
    border: none;
    margin-top: 1rem;
    border-radius: 4px;
    cursor: pointer;

}
#membbtns {
    width: 5rem;
    height: 2rem;
    background-color: rgb(248, 224, 70);
    border: none;
    margin-top: 1rem;
    border-radius: 4px;
    cursor: pointer;

}
/* tab design */
@media(max-width: 64rem) {
    body {
        overflow: auto;
    }
    .headline{
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }
    section {
        margin: 1rem 8rem 0 8rem;
    }
    #member-form {
        padding: 2rem;
        margin: 2rem;
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: rgba(255, 255, 255, 0.15);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        width:auto;
        flex-wrap: nowrap;
    }
    form {
        font-family: 'Roboto', sans-serif;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    input {
        
        margin: 0.5rem 0 0 0;
        width: 100%;
        height: 1.5rem;
        border: 0.1px solid rgb(114, 108, 238);
        border-radius: 4px;
    }
    .alert {
        text-align: center;
        padding: 5px;
        background-color: #79c879;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
        display: none;
    }
    select{
        border: 0.1px solid rgb(114, 108, 238);
        border-radius: 4px;
        margin: 0.5rem 0 0 0;
        width: 100%;
        height: 1.5rem;
    
    }
    label{
        margin: 0.5rem 0 0 0;
    }
    #membbuttons{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        
    }
    #membbtn {
        width: 5rem;
        height: 2rem;
        background-color: rgb(248, 224, 70);
        border: none;
        margin-top: 1rem;
        border-radius: 4px;
        cursor: pointer;
    
    }
    #membbtns {
        width: 5rem;
        height: 2rem;
        background-color: rgb(248, 224, 70);
        border: none;
        margin-top: 1rem;
        border-radius: 4px;
        cursor: pointer;
    
    }

}
/* moblie design */
@media(max-width: 30rem) {
    .headline {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        text-align: center;
        font-weight: 500;
        margin-top: 2rem;
    }
    body{
        overflow: auto;
    }
    section {
        margin: 2rem 1rem 0 1rem;
    }
    
    #admission-form {
        padding: 2rem;
        margin: 2rem;
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: rgba(255, 255, 255, 0.15);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        width:auto;
        flex-wrap: nowrap;
    }
    form {
        font-family: 'Roboto', sans-serif;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    input {
        
        margin: 0.5rem 0 0 0;
        width: 100%;
        height: 1.5rem;
        border: 0.1px solid rgb(114, 108, 238);
        border-radius: 4px;
    }
    .alert {
        text-align: center;
        padding: 5px;
        background-color: #79c879;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
        display: none;
    }
    select{
        border: 0.1px solid rgb(114, 108, 238);
        border-radius: 4px;
        margin: 0.5rem 0 0 0;
        width: 100%;
        height: 1.5rem;
    
    }
    label{
        margin: 0.5rem 0 0 0;
    }
    #membbuttons{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        
        
    }
    #membbtn {
        font-size: 50%;
        width: 2rem;
        height: 1.5rem;
        background-color: rgb(248, 224, 70);
        border: none;
        margin-top: 1rem;
        border-radius: 4px;
        cursor: pointer;
    
    }
    #membbtns {
        font-size: 50%;
        width: 2rem;
        height: 1.5rem;
        background-color: rgb(248, 224, 70);
        border: none;
        margin-top: 1rem;
        border-radius: 4px;
        cursor: pointer;
    
    }

}

/* phone */
@media(max-width: 30rem) {
    
    
}