@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap');

body {
    background-color: #1B2127;
    font-family: 'Inter', sans-serif;
    font-size: 58px;
    /* [disabled]margin-left: 32px; */
}

.the {
    padding-bottom: 50px;
    padding-top: 5px;
    font-size: 65px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
}

.the p {
    font-size: 21px;
    margin-top: 5px;
}

.caption {
    font-size: 36px;
    margin-left: auto;
    display: block;
    margin-right: auto;
    width: 100%;
    text-align: center;
    opacity: 0.5;
    color: #FFFFFF;
}

.gallery {
    padding-top: 20px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    width: inherit;
    display: flex;
    justify-content: center;
    padding-bottom: 31px;
}

.gallery img {
    border-radius: 20px;
    width: 200px;
    padding-right: 4px;
    padding-left: 4px;
}

.button {
    background-color: #1B2127;
    padding-top: 29px;
    padding-right: 125px;
    padding-bottom: 29px;
    padding-left: 125px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    opacity: 0.75;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    cursor: pointer;
    border-radius: 70px;
}

.button:hover {
	background-color: #FFFFFF;
	color: #1B2127;
}