@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6,
button, input, textarea, select {
  font-family: 'Roboto', sans-serif;
}

* {
  font-family: 'Roboto', sans-serif;
}

header, footer {
    background-color: #f2f2f2;
    padding: 10px 20px;
}

main {
    padding: 20px;
}

.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}


button {
    margin-right: 10px;
    padding: 10px 20px;
}

#mobile-start-box {
    display: none;
    margin-top: 30px;
    width: 100%;
    height: 60px;
    background-color: #309D8D;
    border-radius: 8px;
    cursor: pointer;
}

