body {
    background-color: #191146;
    text-align: center;
}

h1 {
    font-size: 3.5em;
    font-weight: bold;
    color: white;
}

h2 {
    font-size: 3em;
    color: white;
}

a {
    font-size: 2.5em;
    font-weight: 900;
    color: white;
}

a:hover {
    color:rgb(0, 255, 136)
}

p {
    font-size: 2em;
    font-weight: bold;
    color: white;
    
    margin: 20px 0px;
}

.block {
    display: inline-block;
    margin: 15px 0;
    width: 88%;
    padding: 10px 30px 30px 30px;
    border-radius: 30px;
}

.erotext {
    margin-top: 1000px;
}

#introduce {
    background-color: rgb(38, 140, 116);
}

#yt {
    background-color: #c40000;
}

#x {
    background-color: #282828;
}

#discord {
    background-color: #3d3282;
}

#charapu {
    background-color: rgb(214, 72, 72);
}

#eroblog{
    background-color: rgb(231, 106, 204);
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 1.5em;
        font-weight: bold;
        color: white;
    }
    
    header img {
        max-width: 300px;
        height: auto;
    }
    
    .block {
        padding: 10px 20px 30px 20px;   
    }
}