@charset "utf-8";
/* CSS Document */


body {
    color: #002119;
    background-color: #a3ffe8;
    margin: auto;
}

.center {
    text-align: center;
}

.bodyWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Raleway', serif;
    background: #00948E;
    color: #FFFFFF;
    border-radius: 25px;
    margin-bottom: 25px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 98%;
    box-shadow: 10px 10px 5px grey;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

button {
    /*background-color: #9214E5;*/
    background-color: #9754ff;
    background-image: linear-gradient(45deg, #00ffcc 0%, #6603fc 50%, #FF3CAC 100%);
    width: 600px;
    height: 75px;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    margin: 7px;
}

#header {
    background-color: #9754ff;
    background-image: linear-gradient(45deg, #00ffcc 0%, #6603fc 50%, #FF3CAC 100%);
    transition: 1s ease;
    width: auto;
    height: 95px;
    
}

.logo {
    margin: 10px;
}





