*{
    -webkit-appearance:none;
    -moz-appearance:none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
  }
  @font-face {
  font-family: 'setofont';
  src: url("main/files/setofont.ttf");
  }
body{
    background-image: url(main/img/bg.png);
    margin: 0;
    padding: 0;
    font-family: setofont;
    font-size: 150%;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 8.5%;
    background-color: #af82f7;
    z-index: 1;
    text-align: center;
}
#logo{
    display: inline-block;
    margin: 0;
    padding: 0;
    z-index: 2;
    height: 100%;
}
#logo img{
    margin: 0;
    padding: 0;
    height: 100%;
}
main{
    position: fixed;
    margin: 0 5% 0 5%;
    padding: 0;
    top: 10%;
    left: 0;
    width: 98%;
    height: 85%;
}
.session{
    position:fixed;
    top: 0;
    right: 0;
    margin: 2% 5% 0 0;
    z-index: 100;
}

input[type=email],input[type=text],input[type=password]{
    position: relative;
    font-size:120%;
    border-radius: 10px;
  }
h1{
    margin:0 0 0 10%;
    font-size: 300%;
}
h2{
    font-size: 200%;
    margin-bottom: 3%;
}
h2 span{
    position: relative;
    padding: 0.5em;
    background: #8f8fff;
    color: #f5f5ff;
    z-index: 1;
}
 
h2 span::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
    z-index: 1;
}
td{
    font-size: 150%;
  }
input[type=button] , button{
    margin-bottom: 1.5%;
    padding: 0.7em 1.2em 0.7em 1.2em;
    font-size: 16px;
    font-weight: bold;
    font-family: setofont;
    font-size: 100%;
}
.contents{
    padding: 1% 3% 3% 3%;
    margin: 3% 3% 3% 3%;
    width: 32%;
    border: solid #1f1e33 1px;
}
footer{
    position: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #af82f7;
    text-align: center;
}