* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'open sans', 'segoe UI', sans-serif;
}

ul {
    list-style: none;
}

a {
    color: #2F80ED;
}