#about{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.floated{
    width: 750px;
    border: 3px solid #4dafff;
    border-radius:15px;
    padding: 10px;
    margin: 15px;
    font-size: 200%;
}