    @font-face{
        font-family: fogtwono5;
        src: url("../Assets/Fonts/FogtwoNo5.otf");
    }
    body{
        margin:0;
        overflow: auto;
        background-color: rgb(250, 244, 219);
    }

    #photos_window{
        margin: auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .back{
        font-family:'Times New Roman', Times, serif;
        font-size:20pt;
        position: relative;
        margin: 5px;
        
    }
    #photos_back{
        align-self: center;
        text-align: center;
        margin-top: 5px;
        height: 50px;
        width: 930px;
        background-color: rgb(122, 146, 100);

    }

    .photos_category{
        align-self: center;
        height : 300px;
        width : 930px;
        margin-top: 5px;
        margin-bottom: 5px;
        overflow: hidden;
        position: relative;
        text-align: center;
        
        box-shadow: 0px 0px 8px 4px;

    }
    .photos_category > a > img{
        width: 100%;
        position: relative;
        top: -180px;
    }
    .photos_category > a > h2{
        font-family: fogtwono5;
        font-size: 40pt;
        font-weight:100; 
        position:absolute;
        top: 80px;
        left: 160px;
        z-index: 2;
        color: white;
    }

    a{
        text-decoration: none;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        
    }
