body {
    background:#000;
}

.pagebody {
    display:flex;
    justify-content: center;
}

.page {
    width:1450px;
}

.toppage {
    background:url(storage/bgs/bg2.png);
    background-size:10%;
    border:2px solid #000;
    height:130px;
    padding:10px;
    color:#ffd9f2;
    text-shadow:0px 0px 5px #ff6ec3, 0px 0px 10px #f1289e;
}

.photographytxtimg {
    width:400px;
    filter: drop-shadow(0px 0px 10px #000);
    float:left;
}

.toppagetext {
    font-size:25px;
    margin-top:40px;
}

.photosection {
    margin-top:20px;
    background:;
}

.photogrid {
    display:grid;
    grid-template-areas: 'left middle right';
    gap:10px;
}

.gridleft {
    grid-area: left;
    justify-content:center;
    text-align:center;
}

.gridmiddle {
    grid-area: middle;
    justify-content:center;
    text-align:center;
}

.gridright {
    grid-area: right;
    justify-content:center;
    text-align:center;
}

.img {
    width:450px;
}

.photocontainer {
    border:1px solid;
    color:#4b1838;
    background:#ffc8e5;
    padding:5px;
    margin-bottom:10px;
}