@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap');
body {
    background-image: url("background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color:#464646;
    overflow : hidden;
    margin: 0px;
    padding: 0px;
}

.main-div {
    width: 100%;
    height: 100vh;
    flex: 1 1 0%;
    place-items: center;
    align-content: center;
    justify-content: center;
}
.texto {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 73%;
    text-align: center;
    font-size: 32px;
    color : #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    background: rgba(23, 22, 22, 0.45);
}