body {
    background-color: rgb(20, 2, 49);
    color: rgb(66, 167, 234);
    padding-top: 20px;
    padding-left: 40px;
    font-family: 'Courier New', Courier, monospace
}

.myweb {
    color: rgb(56, 255, 245);
}

.mylinks {
    margin-top: 5px;
    color: rgb(21, 221, 105);
}

.header {
    color: rgb(223, 96, 255);
    text-decoration: none;
}

a {
    color: rgb(250, 176, 66);
    text-decoration: none;
}

.sub {
    font-family: 'Courier New', Courier, monospace;
    color: rgb(199, 126, 221);
}

.back_btn {
    color: chartreuse;
}

.posts {
    display: flex;
    flex-direction: column;
}

.article {
    margin: 5px;
}


.article:hover {
    color: aqua;
}

.back-btn {
    margin-bottom: 5px;
}


.link img {
    width: 30px;
    height: auto;
    border-radius: 2px;
}

.link a {
    color: rgb(26, 228, 26)
}


.block:hover {
    background-color: rgba(31, 182, 228, 0.342);
}

.block {
    display: block;
    color: rgb(26, 228, 26);
    margin-top: 10px;
    border-radius: 5px;
    max-width: 250px;
    min-width: 200px;
    background-color: rgb(70, 65, 126);
    padding: 5px;
    margin-right: auto;
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    height: 30px;
}

.block img {
    width: 30px;
    border-radius: 2px;
}