body {
    background-image: url('./images/MainPage/GREENIE_3.png');
    background-color: #0b0500;
    background-position: justify;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

input {
        text-align: right;
}

table {
    width: 400px;
    height: 400px;
    border: none;
    position: center;
    text-align: center;
    margin-top: 300px;
    margin-left: 300px;
    margin-right: 0px;
}

p {
    font-style: normal;
    font-size: 26px;
    border: none;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 130px;
    margin-right: 0px; 
}

.p_top {
    margin-top: 100px;
}

.parent{
    display:inline-flex;
    margin-top: 0px;
    margin-left: 100px;
}
.child{
    text-align: center;
    width:300px;
    height:300px;
}

.child img{
    opacity:1;
    transition: 1s ease;
}
    
.child img:hover{
    opacity:0.5;
    transition: 1s ease;
    cursor: pointer;
}

.fa-home:hover {
    opacity:0.5;
    transition: 1s ease;
    cursor: pointer;
}

