html{
    width: 100%;
    height: 100%;
}

body{
    background: url('assets/background.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.title{
    background: black;
    color: yellow;
    font-size: 80;
}
.date{
    color: black;
    background-color: blue;
    font-size: 50;
    font-weight: bolder;
    margin-right: 900px;
    position: relative;
    left: 20px;
}
p{
    color: red;
}
.blog-text{
    padding: 20px;
    font-size: 22;
    color: yellow;
    background-color: black;
