.grid-container{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    text-align: left;
}

body{
    font-family: 'Courier New', Courier, monospace;
    background-color:#b27ca6;
}

ul{
    list-style-type: none;
    margin: 0;
    padding:0;
    overflow: hidden;
    background-color: #fff;
}

li{
    float: left;
}

li a{
display: block;
color: #b27ca6;
text-align: center;
padding: 20px;
text-decoration: none;
}

li a:hover{
background-color:#b27ca6;
color: #fff;
}

li a:visited{
    background-color:#fff;
    color: #b27ca6;
    }

li a:active{
    background-color:#fff;
    color: #b27ca6;
    }

.column{
    background-color: #fff;
    max-width: 1200px;
    margin: 50px 10px;
    padding: 10px 20px;
    }


#button{
    background-color: #b27ca6;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 150px;
    margin: 5px 100px;
    padding: 5px 10px;
    border: 5px #fff solid;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-weight:bolder;
}

#button a, a:visited, a:active{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-weight:bolder
}

#button a:hover{
    color: #fff;
    font-size: 15px;
    background-color: #7a5272;
    border-radius: 150px;
    margin: 5px;
    padding: 5px 10px;
    font-family: 'Courier New', Courier, monospace;
    font-weight:bolder
}

h2{
    text-align: center;
}