* {
  box-sizing: border-box;
}

body {
  margin: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fafafa;
  color: #212121;
  line-height: 1.5;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gb-btn {
  display: flex;
  border-radius: 8px;
  padding: 8px 16px;
  width: 98px;
  height: 40px;
  background: #4e75ff;
  margin-bottom: 24px;
}

.btn-list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.task-btn {
  border-radius: 8px;
  padding: 8px 16px;
  width: 86px;
  height: 40px;
  background: #4e75ff;
}

.task-btn:hover,
.task-btn:focus,
.gb-btn:hover,
.gb-btn:focus {
  background: #6c8cff;
  color: #fafafa;
}
