body{
    background-color: #1DB8CE;
}

#title {
    color: black;
    text-align: center;
    font-family:Verdana, Tahoma, sans-serif;
    font-size: 20px;
    margin: 10px;
    text-shadow: 1px 1px 1px ;
}

#buttons{
    background-color: #F495B7;
    border-style: outset;
    border-color: #ef4880;
    border-width: 5px;
    clear: both;
    text-align: center;
    box-sizing: border-box;
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-bottom: 3%;
    margin-top: inherit;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 75%;
    height: fit-content;
    row-gap: 3px;
    column-gap: 3px;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow .3s ease-in-out;
}

#buttons:hover {
    box-shadow: 0 0 15px 5px #F0164A;
}

.projectl {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F495B7;
    border-style: inset;
    border-color: #ef4880;
    border-width: 5px;
    box-sizing: border-box;
    margin: 10px 20px 5px 20px;
    max-width: 60%;
    width: fit-content;
    text-align: left;
    padding: 5px;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow .3s ease-in-out;
}

.projectl:hover {
    box-shadow: 0 0 15px 5px #F0164A;

}

.projectr {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F495B7;
    border-style: outset;
    border-color: #ef4880;
    border-width: 5px;
    box-sizing: border-box;
    margin: 5px 20px 10px 20px;
    float: right;
    max-width: 60%;
    width: fit-content;
    text-align: right; 
    padding: 5px;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow .3s ease-in-out;
}

.projectr:hover {
    box-shadow: 0 0 15px 5px #F0164A;
}
