body{
    margin: 0px;
    padding: 0px;
}

.logo{
    background-image: url('');
}

h1{
    text-align: center;
}

.App {
    text-align: center;
}

.App-logo {
    max-width: 1840px;
    width: 80%;
    height: 130px;
}

.App-header {
    background-color: #FFFFFF;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
}

.App-body {
    margin-block-start: 15%;
    background-color: #FFFFFF;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(15px + 2vmin);
    color: black;
}
