/*
Theme Name: Template
Author: Portalworks
Version: 1
*/

body{
    background-color: #333;
    color:#fff;
}
*{
    padding: 0;
    margin: 0;
}
section{
    margin: 50px 30px;
}
.requests-wrapper{
    padding: 0 15px;
}
.requests-list{
    list-style-type: none;
    width: max-content;
}
.request-item{
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px;
}
.request-item button{
    color:#fff;
    border:none;
    background-color: green;
    padding: 5px 8px;
    border-radius: 10px;
}