body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: grey;
}

.felirat {
    color: rgb(4, 0, 255);
}

    

.linkek {
    float: right;
    
}

.rocktopus {
    display: block;
    max-width: 50%;
    height: 250px;
    border: #1f1f1f;
    box-shadow: 5px 10px 15px rgb(137, 207, 240);
    border-radius: 5px;
}
.rccar {
    display: block;
    max-width: 50%;
    height: 250px;
    border: #1f1f1f;
    box-shadow: 5px 10px 15px rgb(255, 0, 0);
    border-radius: 5px;
}
.heart {
    float: right;
    display: block;
    max-width: 50%;
    height: 250px;
    border: #1f1f1f;
    box-shadow: 5px 10px 15px rgb(255, 0, 0);
    border-radius: 5px;
    
}
.porsche {
    float: right;
    display: block;
    max-width: 50%;
    height: 250px;
    border: #1f1f1f;
    box-shadow: 5px 10px 15px rgb(229, 255, 0);
    border-radius: 5px;
    
}
.ajánló {
    color: rgb(4, 0, 255);
    text-align: center;
    
}