

body {
    background-color: black;
    color: white;
}

.Sidenav {
    background-color: #F849E1;
    color: white;
    height: 232px;
    width: 170px;
    position: fixed;
    overflow-x: hidden;
    left: 9px;
    top: 12px;
    border-radius: 10px;
}


button {
    float: left;
    color: #49E1F8;
    text-align: center;
    text-decoration: none;
    padding: 15px;
}

.Text {
    background-color:#F849E1;
    color: black;
    font-size: 120%;
    float: right;
    height: 600px;
    width: 1250px;
    margin-right: 130px;
    border-radius: 10px;
}

h4 {
    font-size: 140%;
}

#Header {
    background-color: white;
    color: black;
    height: 90px;
    text-align: center;
    margin: auto;
    width: 1350px;
    font-size: 150%;
    padding: 10px;
    margin-top: 20px;
    margin-left: 210px;
    border-radius: 10px;
}