*{
    margin:0;
    padding:0;
}
body{
    text-align:center;
    margin:8px;
    background-color:bisque;
    color:#444;
    display: flex;
    justify-content: center;
}
h1,h2,h3,h4,h5{
    margin:1.25ex auto;
}
hr{
    margin: 10px;
    border: 0;
    border-top: 5px dotted orange;
}
a,a:hover,a:visited{
    text-decoration: none;
    color:#444;
}

#main{
    max-width:1000px;
}
.logo{
    width:100%;
    max-width:500px;
}
.sorairo_starmap{
    width:100%;
    max-width:2754px;
    border-radius:25px;
    margin:10px auto;
}
.float{
    background-color:rgba(255,138,0,0.25);
    padding:10px;
    border-radius: 25px;
    margin:0.5em auto;
}
.float h4,.members h3{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.copyright{
    font-size:85%;
}

.fa-twitter{
    color:#00acee;
}
a.link,a.link:visited{
    color:#22F;
    text-decoration:underline;
    text-underline-offset: 3px;
}

