*{
    margin: 0;
    padding: 0;
}
body{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://wiki.bloodontheclocktower.com/skins/pivot/assets/images/background.jpg);
    margin-left: 15px;
    margin-right: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.content{
    padding-top: 10px;
    font-family: 'Dumbledor 2';
    color: #5c1f22;
    letter-spacing: 1px;
    font-variant: small-caps;
    text-align: justify;
    margin:auto;
    max-width: 500px;
    background-size: cover;
    background-image: url(https://wiki.bloodontheclocktower.com/skins/pivot/assets/images/content-background.webp);
}
.tap_info{
    font-size: large;
    letter-spacing: 0px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
    font-variant: normal;
}
.click_icon{
    vertical-align: middle;
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}
a{
    text-decoration: none;
    color: #5c1f22;
}
a:hover{
    color: blue;
    text-decoration: underline;
}
.title {
    text-align: center;
    padding-bottom: 20px;
}
.subtitle{
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    text-decoration: underline;
}
.character_div{
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
}
.character_name{
    font-family: 'Dumbledor 2';
    font-size: x-large;
    letter-spacing: 1px;
    font-variant: small-caps;
}
.character_icon{
    vertical-align: middle;
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}
.character_info{
    font-size: large;
    text-align: justify;
    font-family: 'Trade Gothic LT Std';
    font-variant: normal;
    letter-spacing: 0px;
    padding-left: 50px;
    padding-right: 50px;
}
.disclaimer{
    font-weight: bold;
    font-variant: normal;
    letter-spacing: 2px;

}
.disclaimer_div{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.end_text{
    color: gray;
    font-size: small;
}
.end_text_div{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
h3{
    margin-bottom: 0px;
    margin-top: 0px;
}

@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('fonts/subset-TradeGothicLTStd.woff2') format('woff2'),
        url('fonts/subset-TradeGothicLTStd.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Dumbledor 2';
    src: url('fonts/subset-Dumbledor2.woff2') format('woff2'),
        url('fonts/subset-Dumbledor2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
