@import url(https://fonts.googleapis.com/css2?family=Roboto);
*, :before, :after {
    box-sizing: border-box;
}
body {
    font-family: Roboto,sans-serif;
    font-size: .8125rem;
    color: #495057;
    display: flex;
    margin: 0;
    background-color: #f5f5f9;
}
.main {
    flex: 1 1;
}
.content {
    padding: 0 1rem;
}