
body{
color: hsl(315, 62%, 48%);
width: 95vw;

}
.bottom_buttons_container{
    width: 365px;
    margin: 0 auto;
    text-align: center;
}

.bottom_buttons {
    background-color: rgb(103, 58, 183);
    color: white;
    bottom: 3.5rem;
    height: 3em;
    width: 130px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 36px;
    margin-right: 14px;
    min-width: auto;
    border: 0;
    border-radius: 5px;
    margin: 0 auto;

    
}

h1{
    font-size: 2em;
    text-align: center;
}
h2{
    font-size: 1em;
    text-align: center;

}

#form{
    display: block;
    width: 365px;
    height: 2550px;
    margin: auto;
    margin-bottom: 5px;
}

.sampleform{
    width: 99%;
    margin: auto;
}

.label{
    width:15ch;
    text-align: left;
    font-size: 1em;
    font-weight: bolder;
    margin-top: 1.5vh;

}
label{
    font-size: 1em;
    font-weight: bolder;
    margin-top: 1vh;
}
.textbox{
    color:hsl(315, 62%, 48%);
    height: 1.15rem;
    margin-bottom: .75rem;
    font-size: 1rem;
}
.radio{ 
    margin-left: 2em;
}
.submit{
    background-color: hsl(315, 62%, 48%);
    margin: auto;
    margin-top: 2.125rem;
    height: 3.5rem ;
    width: 100%;
    font-size: 1rem;
    font-weight: bolder;
    text-align: center;
    color: hsl(301, 94%, 86%);
    border-radius: 12.5px;
    border: 2px;
    border-style: solid;
    border-color: hsl(316, 76%, 21%) ;

}
.submit:hover{
    background-color: hsl(315, 74%, 53%);
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    color: hsl(301, 94%, 86%);
    border-radius: 25px;
    border: 1px;
    border-style: solid;
    border-color: hsl(316, 76%, 21%)

}



.deal {
    color: hsl(315, 62%, 48%);
    font-size: 1em;
    font-weight: 1000;
    text-align: center;
    width: 80%;
    margin: auto;
}
    
    a{
    color: hsl(315, 62%, 48%);
    font-size: 1.25em;
    font-weight: 1000;
}
a:visited{
    color: hsl(315, 62%, 48%);
    font-size: 1.5em;
    font-weight: 1000;
    background-color:hsl(301, 94%, 86%);

}
.vip{
   text-align: center; 
   width: 99%;
   margin: auto;
}
.copycontainer{  
    bottom: 0;
    text-align: center;
    padding-bottom: 1px;
    font-size: 1em;
    color:hsl(315, 62%, 48%);
    margin:auto;
    width: 85%;
}


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

@media only screen and (min-width: 1460px) {
    h1{
        font-size: 4em;
    }
    h2{
        font-size: 2em;    
    }
    .float1{
        float: left;
        width: 35%;       
    }
    .float2{
        float: left;
        width: 65%;    
    }
    #form{
        width: 640px;
        height: 2450px;
    }
    .bottom_buttons_container{
        width: 640px;
        margin: 0 auto;
        text-align: center;
    }
    .bottom_buttons{
        width: 200px;
        margin-bottom: 2vh;
    }
    .sampleform{
        width: 80%;
        margin: auto;
    }    
    .label{
        width:15ch;
        font-size: 1.5em;
        margin-top: 2vh;
    }
    label{
        font-size: 1.5em;
        margin-top: 1vh;
    }
    .textbox{
        height: 1.45rem;
        margin-bottom: .75rem;
        font-size: 1.15rem;
    }
    .radio{     
        margin-left: 2em;    
    }
    .submit{
        margin-top: 2rem;
        height: 5rem ;
        width: 10rem;
        font-size: 2rem;
        border-radius: 25px;
        border: 4px;    
    }
    .submit:hover{
        margin-top: 2rem;
        font-size: 2rem;
        font-weight: bolder;
        border-radius: 25px;
        border: 1px;
    }    
    .deal {

        font-size: 1.5em;
        font-weight: 1000;
    }
    a{
        font-size: 1.5em;
        font-weight: 1000;
    }
    a:visited{
        font-size: 1.5em;
        font-weight: 1000;
  
    }
}