@import url('https://fonts.googleapis.com/css?family=Roboto');



body {
    font-family: 'Roboto', sans-serif;
    background: no-repeat center center fixed;
    background-image: url('../img/background.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolioContainer {
    height: 350px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -150px;
    background-color: rgb(50, 50, 50);
    border-radius: 7px;
    box-shadow: 0 0 5px #000;
    color: white;
}

.portfolioImage {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    background-size: 100px 100px;
    background-image: url('../img/NateArkin.jpg');
    top: 60px;
    left: 100px;
    position: relative;
}

.portfolioName {
    font-size: 150%;
    width: 300px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.portfolioImageContainer {
    width: 300px;
    height: 185px;
}

.button {
    width: 250px;
    height: 40px;
    background-color: rgb(60, 60, 60);
    border-radius: 5px;
    margin-left: 25px;
    margin-top: 15px;
    cursor: pointer;
}

.buttonIcon {
    width: 45px;
    height: 40px;
    background-color: rgb(70, 70, 70);
    float: left;
    line-height: 40px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}

.buttonText {
    line-height: 40px;
    float: left;
    margin-left: 10px;
}
