body{
    background-color: #36393e;
    color: white;
}
.headline{
    text-align: center;
    font-size: 100px;
    font-family: 'Times New Roman', Times, serif;
    background-color: black
}
.headline{
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.intro{
    text-align: center;
    font-size: 70px;
}
a{
    color: white;
}
p{
    font-weight: bold;
}
.bloglink{
    font-size: 50px;
    font-weight: bold;

}
.blogtitle{
    font-size: 50px;
    font-weight: bold;
}
.bloghonbun{
    font-size: 30px;
    font-weight: bold;

}