* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    background-color: rgb(255, 255, 204);
    margin: 0;
}

.topbar {
    width: 3vw;
    height: 2vw;
    background-color: rgb(255, 85, 85);
    color: beige;
    padding: 0;
    margin-top: 0;
    text-align: center;
   font-size: xx-large;
}

.exit {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 234);
    position: absolute;
    left: 3%;
    text-decoration:none;
    
}

.photo {
    position: relative;
    top: 1%;
    background-color: rgb(255, 255, 204);
    margin-top: 1%;
    width: 75%;
    text-decoration: none;
}

.bar {
    background-color: rgb(180, 180, 180);
    height: 100%;
    width: 3vw;
}

.form {
    align-self: center;
    text-align: center;
    align-content: center;
   top: 40%;
    position: relative;
}

.color {
    font-weight: bold;
}

