* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body
{
    background-color: rgb(135, 0, 180);
    margin: 0;
    padding: 0;
}

#background
{
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgb(135, 0, 180);
}


.project-wrapper
{
    position: relative;
    top: 0px;
    margin-top: 100px;
    left: 15%;
    width: 70%;
    height: 650px;

    background-color: rgb(233, 211, 254);
    border-radius: 20px;

    
}

.project-title
{
    text-align: center;
    margin:30px;
    margin-top:0;
    font-size: 2.5em;
}

.project-description
{
    position: relative;
    left: 30px;
    font-size: 1.25em;
    width: 50%;
    float: left;
}

.project-image
{
    position: relative;
    float: right;
    margin-right: 30px;
}

.image-description
{
    position: relative;
    float:right;
    margin-right: 30px;
    margin-top: 10px;
    width: 30%;
    height:50px;
    left: 10px;
}

.project-link
{
    position: absolute;
    
    width:100%;
    bottom:5px;
}

#link1
{
    text-align: right;
    right: 5%;
}

#link2
{
    text-align: left;
    left:5%;
}

