body{
    font-family: Calibri;
}

.inp[placeholder]{
    font-family: Calibri;
    width: 180px;
}

.inp:hover{
    zoom: 105%;
}

.next{
    font-family: Calibri;
    transform: scale(1);
    transition: all 0.5s ease;
}

.next:hover{
    transform: scale(0.9);
    transition: all 0.5s ease;
}

html, body{
    padding: 0;
    margin: 0;
}

.content{
    margin: 0px 20px 20px;
}
