/* 
 Theme Name:   gamecapturenet
 Theme URI:    
 Description:  
 Author:       vienna1968
 Author URI:   https://gamecapture.net
 Template:     classic-gaming
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

body {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
:root {
  --bs-body-font-size: 1.3rem;
}
.foogallery {
    margin-top: 20px;
	margin-bottom: 20px;
}
.site-main {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    box-shadow: 0 0 2px #cfcfcf;
    border-bottom: 3px solid var(--second-theme-color);
    margin-bottom: 30px;
}