@charset "utf-8";

a {
    text-decoration: none;
}

a:hover {
    color: purple;
}

body {
    background-color: rgb(9, 11, 31);
    text-align: center;
}

#introduce {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 150%;
    background-color: rgb(53, 196, 153);
    padding: 5px 10px;
}

#YouTube {
    margin-top: 2%;
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 30px;
    background-color: rgb(255, 1, 1);
    padding: 5px 10px;
}

#X {
    margin-top: 2%;
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 30px;
    background-color: rgb(29, 29, 29);
    padding: 5px 10px;
}

#Blog {
    margin-top: 2%;
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 30px;
    background-color: rgb(81, 185, 255);
    padding: 5px 10px;
}

.linktext {
    color: rgb(255, 255, 255);
    font-size: 150%;
}

#SNS_ICON {
    max-width: 30%;
    height: auto;
}

#NAME {
    color: white;
    margin-top: 0%;
    font-size: 50px;
}