body {
	background-image: url(/img/p_bg.jpg);
    background-size: cover;
}

h1.title {
    color: aqua;
    font-size: 4rem;
}

h2.name {
    padding-top: 60px;
    font-size: 2rem;
    text-align: right;
}

.profile {
    font-size: 0.9rem;
    padding: 5% 0;
    line-height: 1.6rem;
    text-shadow: 1px 1px 1px #000;
}

h2.sns,
h2.youtube {
    padding-top: 60px;
    font-size: 2rem;
    text-align: center;
}

.icon {
    display: block;
    margin: 10%;
    width: 50px;
    height: auto;
}

.youtubeIcon {
    display: block;
    margin: 10% auto 20%;
    width: 60px;
    height: auto;
}

.flexBox {
    display: flex;
    justify-content: center;
}