﻿@@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.logo {
    height: 25%;
    width: 100%;
}

body {
    background: #bebdaf;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
