p, h1,h2,h3, li{
    color:rgb(255, 255, 255);
}
h1{
    font-family:"tosh";
}
.c,h1,h2,h3{
    text-align: center;

}
h2{
    font-family:"nix";
    font-weight:400;
  font-size: 32px;
}
p, li,h3{
    font-family:"nix";
    font-weight:400;
  font-size: 22px;

}
.lb{
    background-color: rgb(148, 148, 148);
    height: 5px;
    width:90%
}
.sub{
    color: rgb(148, 148, 148);
    font-size: 17px;

}
.sub2{
    color: rgb(107, 107, 107);
    font-size: 13px;

}
body{
    background-color: rgb(29, 27, 29);


}
::-webkit-scrollbar {
    display: none;
}
.main{
    background-color: rgba(58, 58, 58, 0);
    width: 900px;
    max-width: 90%;
    padding:20px
}
.space{
    height: 50px;
}
.devs{
    background-color: rgb(0, 0, 0);
    outline-width: 5px;
    outline-color: white;
    outline-style: solid;
    max-width: 80%;
    padding-left:20px;
    padding-right:20px;
}
@font-face {
  font-family: "tosh";
  src: url("./Web437_ToshibaT300_8x8.woff") format('woff');
}
@font-face {
  font-family: "nix";
  src: url("./Web437_Nix8810_M16.woff") format('woff');
}
.container {
  display: flex;
  justify-content: center;
}
.pad{
    padding-left: 30px;
}
button{
    font-family:"nix";
  font-size: 22px;
    background-color: rgb(80, 80, 80);
    color: rgb(255, 255, 255);

}