body{
    background-color: #2f2d37;
    color: #efefef;
    margin: 0;
}

p{
    color: #efb9e9;
    background-image: linear-gradient(#ca64a7, #c12b90);
    padding: 15px;
    margin: 30px 35px;
    border-radius: 7px;
    text-shadow:
            1px 1px 0 #911a66;
}

.alt{
    background-image: linear-gradient(#7d5fb0, #5f5095);
    margin: 10px 35px;
}

.info_p{
    background-image: linear-gradient(#7d5fb0, #5f5095);
    color: #cfb9ef;
}

a{
    color: white;
    text-decoration: none;
}

.link{
    color: #fd9acd;
    margin-left: 10px;
    text-decoration: underline;
}

.inlinelink{
    color: #fd9acd;
    text-decoration: underline;
}

h1{
    font-size: 33px;
    margin: 10px;
    width: 220px;
}

.header {
    padding: 10px;
    margin: 0;
    background: #242029;
    color: white;
    font-size: 20px;
}

#searchbar{
    width:300px;
    height: 20px;
    align-self: center;
}

.flex_row{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.block_title{
    text-decoration: underline;
    font-weight: bold;
}


.shadow
{
}
