body{
    background-image: url(media/starbg2.gif);
    background-size: 100px 100px;
    background-position: top left;
}
.mindow{
    background-color: #7f55b1;
    outline: 5px solid #9b7ebd;
    outline-offset: -15px;
    border-radius: 25px;
    
}

.grid{
    width: 75%;
    margin: auto;
    display: grid;
    grid-template-columns: 22.445% 55% 20%;
    grid-template-rows: 210px 78px 210px;
    gap: 5px;
    background-color: transparent;
    outline: none;
    padding: 5px;
}
.header{
    background-color: #7f55b1;
    outline: 5px solid #9b7ebd;
    outline-offset: -15px;
    width: 1300px;
    height: 130px;
    margin: auto;
    border-style: hidden;
    border-radius: 25px 25px 80px 80px;
}
h1{
    color: #451952;
    text-align: center;
    font-variant: small-caps;
    font-size: 6em;
    font-family: "VT323", monospace;
    font-weight: 400;
    padding: 15px;
    margin: 1px auto;
}
p{
    color: #451952;
    text-align: left;
    font-size: 20px;
    font-family: "VT323", monospace;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 1px;
    padding: 20px 20px 1px;
}
h4{
    color: #451952;
    text-align: left;
    font-size: 20px;
    font-family: "VT323", monospace;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 1px;
    padding: 20px 20px 1px;
}
.dir{
    color: #f49bab;
    list-style-type: square;
    font-size: 20px;
    padding: 1px 50px 20px;
    margin-top: 1px;
}

a{
    color: #f49bab;
    font-style: italic;
    font-family: "VT323", monospace;
    font-weight: 400;    
}

.main{
    grid-column-start: 2;
    grid-row: 1 / span 3;
    font-family: "VT323", monospace;
    font-weight: 400;
    color: #451952;
    text-align: left;
    font-size: 23px;
    padding: 20px 20px 1px;

}
.herta{
    grid-column-start: 1;
    grid-row: 2 / span 1;
    width: 255px;
    height: 278px;
    border-radius: 25px;
}
.item3{
    grid-column-start: 3;
    grid-row: 1 / span 1;
    width: 255px;
    height: 287px;
    border-radius: 25px;
}

.item4{
    font-family: "VT323", monospace;
    font-weight: 400;
    color: #451952;
    text-align: left;
    font-size: 20px;
    width: 218px;
    padding: 20px 20px 1px;
    grid-column-start: 3;
    grid-row-start: 3;
}