#pagetop{
    height: 75px;
    background: #000;
    width: 100%;
}
.guiderect{
    display: flex;
    height: 160px;
    background: white;
    width: 100%;
}
body{
    background-color: rgb(255, 63, 63);
}
h1{
    color:#FFF;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-top: 20px;
    padding-left: 10px;
}
h2{
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 20px;
    text-align: center; 
}
h3{
    text-align: center;
    max-width: 300px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#info{
    display: flex;
    top: 70px;
    left: 70px;
}
*{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
main{
    background-color: white;
    margin: auto;
    width: 1350px;
}
#creditsrect{
    height: 150px;
    width: 100%;
    background: black;
    margin-top: 50px;
}
.guiderect div{
    display: flex;
    background-color:#ebdb00;
    width: 180px;
    height: 90px;
    justify-content:center;
    align-items: center;
    margin-left: 10px;
    margin-top: 30px;
}
.topinfo{
    display: flex;
    background-color: rgb(205, 255, 255);
    justify-content: center;
    align-items: center;
    width: 600px;
    padding: 10px;
    margin: auto;
}
a{
    text-decoration: none;
    color: black;
    background-color: #ebdb00;
}
a:hover{
    background-color: rgb(255, 63, 63);
    color: white;
}
.centering{
    align-items: center;
}
.row{
    width: 100%;
    max-width: 300px;
    margin-right: 685px;
    margin-left: auto;
    display: flex;
}
.column{
    flex: 50%;
}
.linkingimages{
    justify-content: center;

}
.homeimage{
    border: 5px solid black;
    background-color: white;
}
.homeimage img{
    object-fit: contain;
    width: 300px;
    height: 300px;
    padding: 20px;
    box-sizing: border-box;
}
td{
    border: 5px solid black
}