body {
    background-color: whitesmoke;
    font-family: Karla, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

header {
    background-color: #0084bd;
    position: relative;
}

.blue-bar {
    height: 20px;
    background-color: #0084bd;
}

.white-bar {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    -webkit-box-shadow: 0px 5px 15px 4px rgba(181,181,181,0.35); 
    box-shadow: 0px 5px 15px 4px rgba(181, 181, 181, 0.35);
}

.logo-container {
    display: flex;
    align-items: left;
}

.logo-container img {
    max-width: 200px;
}

.container-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    font-family: Montserrat, sans-serif;
    color: #0084bd;
}

span {
    text-decoration: line-through;
}

.sta-mobile {
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 15px 4px rgba(181,181,181,0.35); 
    box-shadow: 0px 5px 15px 4px rgba(181, 181, 181, 0.35);
}
