@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}
.wrapper {
    position: relative;
    width: 600px;
    height: 400px;
    background: #FDF7FF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h2 {
    position: absolute;
    top:60%;
    font-size: 3em;
    color: #7d2ae8;
    margin: 15px 0;
    z-index: 1;
}
.btn-group {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
button {
    z-index: 2;
    position: absolute;
    width: 150px;
    height: inherit;
    font-size: 1.2em;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    border: 2px solid #7d2ae8;
    outline: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}
button:nth-child(1) {
    margin-top: 175px;
    margin-left: -200px;
    background: #7d2ae8;
}
button:nth-child(2) {
    margin-top: 175px;
    margin-right: -200px;
    color: #7d2ae8;
}
#cosmin
{
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    width: 300px;
    height: 300px;
    z-index: 1;
}

#denisa
{
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    position: absolute;
    width: 383px;
    height: 400px;
    display: none;
    z-index: 1;
}
#fundal
{
    position: absolute;
    width: 1920px;
    height: 1080px;
}