*{
    margin: 0;
    padding: 0;
}

html{
    width: 100%;
    min-height: 100%;
}

body{
    width: 100%;
    min-height: 100%;
    background-color: rgb(80, 18, 140);
}

#main{
    width: 100%;
    min-height: 100%;
}

h1,h2,h3,h4,h5,h6,p,h{
    color: aliceblue;
}

a,a:hover,a:visited{
    color: inherit;
}

input{
    border: none;
}

.appliccate-input{
    height: 25px;
    width: 100%;
    font-size: 25px;
    resize: none;
    outline: none;
    background-color: rgb(255, 255, 255);
}