ul,li{
    list-style: none;
}

ul{
    padding-right: 0;
}

p{
    margin-bottom: 0;
}

html,body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none !important;
}

a,a:hover{
    text-decoration: none;
}
