.imgp {
	position: relative;
	width: 100vw;
}

.imgp img{
    width: 100%;
}

.container { 
    width: 60vw;
    max-width: 800px;
    position: relative;
    left: 20vw;
    top: 30vh;
}

.bgcontainer {
    width: 100vw;
    position: absolute;
}

.centered {
    width: 100%;
}
.leftbottom {
    position: absolute;
    width: 90%;
    max-width: 720px;
    max-height: 100px;
    left: 2vw;
    bottom: 20%;
    border: 0px;
    font-size: clamp(12px, 6vw, 80px);
    text-align: center;
}
.container button {
    position: absolute;
    width: 40%;
    left: 30%;
    bottom: -50%;
    font-size: clamp(12px, 6vw, 80px);
    border: 0px;
    background-color: #00000000;
}
