﻿.category-content{
    background-color: white;
    position: absolute;
    left: 160px;
    right: 160px;
    bottom: 120px;
    top: 260px;
    padding: 30px 50px;
    overflow: auto;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

.category-content h1{
    color: #0B9245;
    font-weight: bold;
}

.category-content p{
    font-size: 19px;
}

.category-content a:hover{
    text-decoration: none;
}
