﻿.mainTitle {
    width: 900px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-top: 60px;
    text-align: center;
}

.mainTitle span {
    display: inline-block;
    height: 150px;
    width: 890px;
    font-size: 75px;
    font-family: "Changa One", serif;
    line-height: 150px;
    background-color: blueviolet;
    color: white;
}


.bigCircle {
    width: 360px;
    height: 360px;
    box-shadow: 0px 1px 12px 0px rgb(58 2 58 / 0.50);
    border-radius: 180px;
    margin-top: 20px;
    text-align: center;
}

.rect {
    width: 250px;
    height: 250px;
    box-shadow: 0px 1px 12px 0px rgb(58 2 58 / 0.50);
    margin-top: 20px;
    text-align: center;
}

.item {
    width: 890px;
    height: auto;
    border-block-color: black;
    position: relative;
    margin: 0 auto;
    display: block;
    margin-bottom: 100px;
    padding: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    text-align: center;
    box-shadow: 0px 1px 12px 0px rgba(255, 255, 255, 0.5), 0px 1px 12px 2px rgba(227, 227, 227, 0.5);
    border-radius: 30px;
}

.subTitle {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

.subTitle span {
    display: inline-block;
    height: 33px;
    font-size: 50px;
    font-family: Verdana;
    color: purple;
    line-height: 33px;
}

.details {
    width: 890px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size: 50px;
    font-family: "var(--font-roboto)", serif;
    line-height: 80px;
}

.left {
    text-align: left;
}

.details a {
    color: purple;
    font-size: 40px;
}

.details p {
    margin-bottom: 70px;
    text-align: left;
}

.alter {
    background-color: lavender;
}