body{
    background-color: rgb(34, 34, 34);
}

main{
    border-style: solid;
    width: 70%;
    margin: auto;
    border-width: 2px;
    background-color: rgb(167, 167, 167);
    border-color: rgb(215, 215, 215);
    border-bottom: rgb(52, 52, 52);
    border-right: rgb(52, 52, 52);
}



a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}

#homepageAlign{
    display: grid;
    padding: 10px;
    margin: auto;
    width: 50%;
    height: 50%;
    grid-template-columns: auto auto;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-bottom-color: grey;
    border-right-color: grey;
    background-color: aliceblue;
}

#likeList{
    display: grid;
    padding: 10px;
    margin: auto;
    width: 70%;
    height: 50%;
    grid-template-columns: auto auto auto;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-bottom-color: grey;
    border-right-color: grey;
    background-color: aliceblue;
}

#likeElement img{
    width: 50%;
    height: 50%;
}

#likeElement{
    margin: auto;
    text-align: center;
    display: inline-block;
}

#homepageButton{
    margin: auto;
    text-align: center;
    display: inline-block;
}

#homepageButton img{
    width: 56px;
    height: 56px;
}

/* Bro it wont save*/

#textCenter{
    text-align: center;
}