/* Body, Background */
.bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img1 {
    background-image: url("pano.jpeg");
}

.profile-picture {
    display: inline-block;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    box-shadow: 0 4px 8px 0 rgba(34, 60, 80, 0.16);
}

.resume {
    background-color: cornsilk;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
}

.resume:hover {
    opacity: 0.7
}