body, html {
    background-color: purple;
    background-image: url("images/obsdian.png");
    height: 100%;
    margin: 0;
    padding: 0;
}
.head {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;

}
.center {
    color: black;
    display: flex;
    justify-content: center;
    height: 100%;
}
.innercenter {
    flex-direction: column;
    text-align: left;
    margin-left: 50px;

}
.palate {
    background-color: #EEE0F6;
    width: 50%;
    height: 70%;
    border: 25px groove mediumpurple;
    border-radius: 60px;

    display: flex;
    align-content: center;
    justify-content: left;
    border-image: url("images/obsdian.png") 60 round;
    border-bottom: solid 30px blue;


}
.column {
    display: flex;
    flex-direction: column;
}
.leftpic {
    width: 150px;
    height: 150px;
}
.leftsidebar {
    background-color: rgba(155, 0, 255, 0.15);
    border-radius: 30px;
    height: 70%;
    color: white;
    display: flex;
}