body {
  background-color: #101010;
  color: #ffffff;
}
h1 {
  color: #ffffff;
}

footer {
  color: #cccccc;
}

a:link {
    color: #cccccc;
}

a:visited {
    color: #aaaaaa;
}


a:hover {
  color: #ffffff;
}

a:active {
  color: #ffffff;
}

p {
    font-size: 2em;
}

table {
    font-size: 2em;
}
.toplogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* top navigation bar bg */
.topnav {
  background-color: #333;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.pienikuva {
    margin-left: 15 px;
    margin-right: 15 px;
    margin-top:15px;
    margin-bottom:15px;
    width: 25%;
}

.puolikuva {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
    margin-bottom:15px;
    width: 40%;
}

.keikkakuva2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
    margin-bottom:15px;
    width: 80%;
}

.keikkakuva {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
    margin-bottom:15px;
    width: 60%;
}


.bandimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.frontimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 70%
    width: 70%
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f20000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
}

.topnav a:hover {
  background-color: #aaa;
  color: white;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #666;
  color: white;
}

/* side by side thing */

.sidebyside {
    display: flex;
    align-items: center;
    justify-content: center;
}
