body {
    background-color: rgb(10, 10, 30);
}
p {
    color: white;
    text-align: center;
    font-size: 30;
    font-family: Verdana;
} 
.ichijoutxt {
    text-align: right;
    font-size: 3;
}
.ichijou {
    width: 40px;
}
.pache {
    margin: 0;
    position: absolute;
    right: 10%;
    bottom: -60%;
}
.cappy {
    font-size: 50;
}
.ichiclass > * {
    display:flex;
    vertical-align:middle;
}
.linkdiv > * {
    display:flex;
    vertical-align:middle;
    margin: 1;
    position: relative;
    left: 90%;
    text-align: right;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.malo {
    position: absolute;
    width: 250;
    left: 50%;
    top: 92.2%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: gainsboro
  }
.minecraft {
    align-self: center;
    text-align: center;
    width: 240;
    height: 120;
    color: white;
    background-color: rgb(27, 199, 27);
    font-size: 30;
    font-family: Impact;
    -webkit-text-stroke: 1px black;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 125%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.minecraft:hover {
    align-self: center;
    text-align: center;
    width: 240;
    height: 120;
    color: white;
    background-color: rgb(36, 187, 224);
    font-size: 30;
    font-family: Impact;
    -webkit-text-stroke: 1px black;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 110%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.socialbutton {
    color:aliceblue;
    font-size: 35;
    font-family: Verdana;
    width: 80;
}
a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
  
a:visited {
    color:white;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color:aqua;
}
