* {
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
}
body, input, textarea {
    font-family: Philosopher, sans-serif;
}