/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.brand{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  width: 55%;
  max-width: 300px;
}

.brand img{
  margin-bottom: 20px;
  width: 100%;
  max-width: 400px;
}

.sample{
  padding: 10px;
  display: flex;
  justify-content: center;
  max-height: 200px;
}

.sample img{
  margin: 0px 5px 0px 5px;
  max-height: 200px;
}

.buttonbox{
  display: flex;
  justify-content:space-around; 
  margin: 0 auto;
  max-width: 400px;
}

.button{
  width: 100%;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  text-align: center;
}

.alice{
  background-color: #0089e4;
  box-shadow: 0px 5px #005b97;
}

.melon{
  background-color: #1fb807;
  box-shadow: 0px 5px #007408;
}

.margin{
  height: 20px;
}

a{
  font-weight: bold;
  text-decoration: none;
}

a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #ffffff; }
a:active { color: #ffffff; }

.books{
  background-color: #2e2e2e;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.ebiika{
  background-color: #0094e4;
  padding: 10px;
  border-radius: 5px;
}