* {
    font-family: "Trebuchet MS", sans-serif;
}

body {
    background-image: url("img/background.jpg");
    background-size: 800px;
}

.container {
    background-color: #fff;
    max-width: 1500px;
}

.popupwindow {
    position: absolute;
    top: 0;
    transform: translate(-50%, 10%);
    margin-left: 50%;
    width: 300px;
    border: 1px solid #bcc48a;
    background-color: #d0d1cb;
    padding: 15px;
}

.editWindow {
    display: none;
    position: absolute;
    top: 0;
    transform: translate(-50%, 10%);
    margin-left: 50%;
    border: 1px solid #bcc48a;
    background-color: #d0d1cb;
    width: 800px;
    padding: 15px;
}

.row-link:hover {
    background-color: #bebebe;
    cursor: pointer;
}