@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Source Code Pro', monospace;
  background-color:#ce3635;
  text-align: center;
  color:#fff;
  font-size: 18px;
}

* { color:#fff; text-decoration: none;}
.container {
    flex-flow: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
}
.content {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%

}

h2 {
    width: 100%;
    max-width: 700px;
}

.logo {
    display: block;
    width: 100%;
    max-width: 350px;
}

.mutiny {
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}
.mutiny a {
    width: 50%;
    margin: 30px;
    display: block;
}

.d-flex {
    display: flex;
    display: -wenkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
}