body{
    font-family:Arial, Helvetica, sans-serif;
    background-color: pink;
}

.name{
    width: 35%;
    aspect-ratio: 5/1;
    margin-bottom: 50px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: palevioletred;
    color: pink;
    font-size: 5vw;
}

.sitewide-div{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.subheading{
    margin-top: 100px;
    font-weight: 300;
    font-size: large;
    font-weight: bold;
    width: fit-content;
}

.disc{
    margin-top: 50px;
    text-align: center;
}

.undergoing{
    width:fit-content;
}

.disc{
    width: fit-content;
}

img{
    height: 50px;
    width: 30px;
    float: right;
    padding-right: 28%;
}

.inputQuestion{

    margin-top: 50px;
    margin-bottom: 20px;
}



/* .inputDiv{
    width: 60%;
    aspect-ratio: 10/1;
    margin: 0 auto;
}

.inputField{
    background-color: pink;
    border-radius: 1px;
    border-style: solid;
    border-color: palevioletred;
    width: 86%;
    height: 90%;
    float: left;
    color: palevioletred;
}

::placeholder{
    color: palevioletred;
}

.inputBtn{
    margin-top: 1px;
    margin-bottom: 1px;

    background-color: pink;
    border-radius: 1px;
    border-style: solid;
    border-color: palevioletred;
    height: 100%;
    width: 9%;
    float: right;
} */