
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body{

    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;


}

.bgimg{
    margin: auto;
    padding: 0px;
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.Text{

    position: absolute;
    width: 100%;
    height: 150px;
    background-color: rgba(25, 25, 25, .5);
    box-shadow: 0px 0px 5px rgba(25, 25, 25, .5);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);


}
h1{
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;

}
p{
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;




}

.hiddenButton{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 20%;
    left: 62%;

}


