body {
    background-image: none;
    background-color: #EBEBEB;
}

.container{
    display: flex;
    justify-content: space-between;
}

.aboutTitle {
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-top: 7.5%;
    font-size: 30px;
}

.aboutTitle a {
    display: block;
    margin: 60px 0 60px 0;
    padding: 30px 0 30px 90px;
    text-decoration: none;
    color: white;
    background-color: rgb(61, 61, 61);
    border-radius: 0 20px 20px 0;
}

.aboutTitle a:hover {
    display: block;
    margin: 60px 0 60px 0;
    padding: 30px 0 30px 90px;
    text-decoration: none;
    color: white;
    background-color: #E1A153;
    border-radius: 0 20px 20px 0;
}