﻿.release_section1 {
    margin-top: 90px;
    padding: 50px;
    color: white;
    background-color: rgb(68, 21, 169);
}

.release_container {
    min-height: 500px;
    padding: 50px;
    color: rgb(208, 208, 208);
    background-color: rgb(8, 18, 24);
    background-color: rgb(30, 30, 30);
}

.courier_font {
    font-family: Courier New, Courier, monospace !important;
    font-size: 18px;
}

.update_item {
    padding: 20px;
    border: 1px;
    color: white;
    background-color: rgb(50,50,50);
    border-color: rgb(77, 77, 77);
    border-style: solid;
    border-radius: 5px;
    transition: all .5s ease;
}

    .update_item:hover {
        color: white;
        background-color: rgb(53, 64, 77);
    }

    .update_item p {
        line-height: 18px;
    }
