body {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    position: relative;
}

.container-all {
    position: absolute;
    top: 4rem;
	padding-top: 6rem;
}

.logo {
position: absolute;
top: 1rem;
left: 0;
right: 0;
margin: 0 auto;
height: auto;
display: block;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
}

h2 {
        font-size: medium;
        font-weight: normal;
        margin-bottom: 4rem;
}

p {
    font-size: medium;
    font-weight: normal;
    margin-bottom: 3rem;
}

.btn {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    padding: 15px 30px;
    border-radius: 9px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(90deg, rgba(0,0,0,0.4), rgba(0,0,0,0.3), rgba(0,0,0,0.4));
    box-shadow: 0 2px 10px rgba(0,0,0,0.20);
    margin-bottom: 1rem;
}

.disclaimer {
    margin-top: 3rem;
    padding-top: 4rem;
}

.disclaimer p {
    margin-top: 1rem;
    }

.btn:hover {
    transform: scale(1.01);
}
