@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  background-color: #3a434b;
}
a{
  margin:10px 10px;
  padding:10px;
}
a:link{
  color:white;
}

a:visited {
  color:#c872e2
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#header {
  display: flex;
  flex-direction:column;
  justify-content: center;
  height: 100px;
}
main{
  margin:5px;
}

.content{
    position: absolute;
    top: 100px; 
    left: 5%;
    margin:10px 0 0 2px;
    width:85%;
    z-index: 2;
}
h2{
  color:white;
  padding:5px 5% ;
}

hr{
  width:98%
}

.fromT{
  color:white;
  margin:2% 0 0 3%;
}

.fromC{
  color:pink;
  margin:3% 0 0 0;
}

details {
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

p {
  padding-left: 1rem;
}

.icon-link {
  display: flex;
  flex-direction: column; /* 画像の下にテキスト */
  align-items: center;     /* 縦軸を中央ぞろえ */
}
#canvas {
  display: block;
  width: 92vw;
  margin: 0 auto;
  z-index: 1;   /* 背面 */
}

.level{
  text-align: right;
  font-size: medium;
}

.footer{
  color:gray;
  align-items:center;
  height: 100px;
  padding: 0 4%;
}

.copyright{
  font-size:14px;
  display: flex;
  justify-content: center;
  align-items:center;
  text-align:center;
}