body {
    padding: 0;
    margin: 0;
}
.container {
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 75px;

}
.parag {
    color: rgb(8, 3, 27);
    font-size: 20px;
    top: 4px;
}

.btn {
    padding: 10px 15px;
    background-color: rgb(161, 111, 228);
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 3px 3px 8px 10px #888888;
    cursor: pointer;

}
.popup {
    width: 690px;
    height: 540px;
    position: relative;
    margin: 0 auto;
    display: none;
    background-color: lightblue;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 3px 3px 8px 8px #3f3e3e;

}
#close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    border-radius: 50%;
    color: rgb(175, 8, 8);
    border: 2px solid;
    float: right;
    cursor: pointer;
    
}
.canceldelete {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    padding: 15px 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    


}

.cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    top: 0;
    left: 0;
}
.btn:hover {
    color: rgb(17, 4, 209);
    background-color: rgb(122, 211, 247); 
    border-radius: 20px;
    font-size: 20px;
    text-decoration: aqua;
    font-family: cursive;
    font-weight: bold;
    box-shadow: 3px 3px 8px 10px rgb(79, 142, 167);
}
.enter {
    position: relative;
    margin-bottom: 60px;
    float: center;
}

.enterPicture:hover {
    content: url(enterhover.png);
    box-shadow: 3px 3px 8px 10px rgb(10, 247, 50);


}
.makered {
    color: rgb(30, 0, 165);
    font-weight: bold; 
}
