.all{
    position: absolute;
        width: 1380px;
        height: 700px;
        left: 50%;
        top: 50%;
            transform: translate(-50%, -50%);
    outline: 1px dotted rgb(75, 2, 2)
}

.main-left{
    position: absolute;
        width: 300px;
        height: 700px;
    outline: 1px dotted maroon;
    background-image: url(../../Assets/Graphics/Pictures/Astro/noao-ngc7023.jpg);
}

.page-linker{
    margin: 60px;
    font-family: "Fredericka the Great", serif;
        font-size: 17px;
    text-decoration: none;
        color: #e0f7ff;
        text-shadow: 
            1px 1px 9px #ffffff, 
            1px 1px 1px #ffffff, 
            0px 1px 1px #00ccff;
        letter-spacing: 2px;
}