.left {
    float: left;
    width: 400px;
    margin-top: 50px;
}

.right {
    float: right;
    width: 700px;
    margin-top: 50px;
    margin-right: 100px;
}
.back {
    position: absolute;
    z-index: 1;
    left: 70px;
    top: 50px;
    background-color: #fcf8e5;
    color: #2c20f7;
    font-family: Jacquard;
    font-size: 30px;
}
.header img {
    max-width: 400px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    user-select: none;
}

.webrings {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    border-image-slice: 73 80 73 80;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-style: solid;
    border-image-source: url("images/about/doodle.gif");
    padding: 30px;
    filter: drop-shadow(5px 5px 10px rgba(45, 49, 84, 0.43));
}

.friends {
    z-index: 1;

    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    border-image-slice: 73 80 73 80;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-style: solid;
    border-image-source: url("images/about/doodle.gif");
    padding: 30px;
    filter: drop-shadow(5px 5px 10px rgba(45, 49, 84, 0.43));

    margin-left: 100px;
}

.button-image img {
    max-width: 88px;
    max-height: 31px;
}

.button-image:hover {
    cursor: default;
    transform: rotate(-10deg) scale(120%);
    transition: all 0.3s ease-in-out 0s;
}

.friends {
    position: absolute;
    column-count: 4;
    width: 400px;
}

.button-image {
    align-self: flex-start;
    padding: 1px;
    float: inline-start;
}
@font-face {
    font-family: Jacquard;
    src: url(fonts/Jacquard12-Regular.otf);
}
