#img_moderion{
    width: 150px;
}

#txt_moderion{
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#img_moderion{
    margin-right:150px;
    margin-left:150px;

}

#in_moderion{
    text-align: center;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
}

#gtt_moderion{
    color: green;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#retoure{
    color: white;
    left: 10px;
    right: 10px;
    position: relative;
    top: -350px;
    
    font-family: Arial, Helvetica, sans-serif;
}

#retoure:hover{
    background-color: red;
}

@media (min-width: 768px){
    #img_moderion{
        margin-right:550px;
        margin-left:550px;
    }
}

body{
    background-color: black;
}
