body {
    margin: 40px;
    font-family: 'Gemunu Libre',
        sans-serif;
    color: white;
    background-image: url(./images/2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#pop-up {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    height: 500px;
    width: 700px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.646);
}


#message h3{
    font-size: 30px;
}

#message p {
    font-size: 35px;
    font-weight: 600;
    padding: 10px;
}

#message a {
    font-size: 30px;
    color: black;
    text-decoration: none;
    padding: 20px;
    background-color: white;
    border: black 2px solid;
    border-radius: 10px;
}

#message a:hover {
    color: white;
    background-color: black;
    border: white 2px solid;
    border-radius: 10px;
}
