.logo {
    left: 0px;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: black;
    margin-top: 60px;
}

.skin-div {
    display: block;
    background-color: white;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    width: 300px;
    height: 400px;
    border-radius: 20px;
    z-index: 11;
    border: solid 1px grey;
    position: relative;
}
.username {
    font-family: 'Montserrat';
    font-size: 30px;
    top: 15px;
    position: relative;
}

.skin-image {
    padding-top: 20px;
}

.skin_manage {
    height: 60px;
    width: 100%;
    background-color: #4fff61;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 20px 20px;
}

.set_skin {
    cursor: pointer;
    height: 60px;
    width: 58%;
    display: inline-block;
}

.favourite {
    display: inline-block;
    height: 60px;
    position: absolute;
    width: 42%;
    color: white;
    top: 5px;
    cursor: pointer;
}

.set_skin_button {
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: grey;
    height: 45px;
    font-size: 25px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    color: white;
    font-family: 'Montserrat';
    position: absolute;
}

.next_page, .previous_page {
    background-color: #4fff61;
    color: white;
    width: 200px;
    height: 60px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    margin: 20px;
    border-radius: 10px;
    border-width: 0px;
    font-family: 'Montserrat';
    font-size: 18px;
    cursor: pointer;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    src: url("/fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
}