* {
    color: #f8f8f2;
    font-size: 20px;
    text-align: left;
    font-family: sans-serif;
}

body {
    background-color: #282a36;
}

a {
        color: #bd93f9;
        text-decoration: none;
}

p {
    text-align: left;
      margin-top: 100px;
}

.flex-container {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

.left{
	text-align: left;
	margin: auto;
	width: 60%;
}

.flex-item {
    background-color: #44475a;
    height: 1.7em;
    width:  5em;
    padding-top:0.5em;
    padding-bottom: 0em;
    border-radius: 25px;
    text-align: center;
}
