* {
    box-sizing: border-box;
}

body {
    background-color: white;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}