* {
    margin: 0;
    padding: 0;
    cursor: default;
    font-family: 'Times New Roman', Times, serif;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #0059ff;;
}

.introduction {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.introduction h2 {
    font-size: 4vw;
    margin: 2px;
}

.introduction p {
    font-size: 2vw;
    margin: 2px;
}

.introduction button {
    width: 60%;
    height: 20%;
    margin: 5px;
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 100%;
}

.introduction button:active {
    margin: 5px;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 100%;
}
.introduction .container {
    width: 30%;
    height: 40%;
    display: flex;
    flex-direction: column;
    background-color: #508dff;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}

button {
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}

.about {
    width: 100%;
    height: 100%;
    background-color: #0059ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about .header {
    width: 80%;
    height: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    font-size: 30px;
    background-color: #508dff;
    color: white;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    margin: 5px;
    box-sizing: border-box;
}

.about .container {
    width: 80%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;    
    background-color: #508dff;
    color: white;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    margin: 5px;
    box-sizing: border-box;
}

.about .container .image {
    width: 40%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.about .container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}

.about .container .text {
    width: 60%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: justify;
    font-size: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




.about .container-button {
    width: 80%;
    height: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;    
    font-size: 30px;
    background-color: #508dff;
    color: white;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    margin: 5px;
    box-sizing: border-box;
}

.about .container-button button {
    width: 45%;
    height: 70%;
    background-color: #fff;
    color: black;
    border: none;
    margin: auto;
    font-size: 100%;
}

.about .container-button button:active {
    width: 45%;
    height: 70%;
    background-color: #000000;
    color: #ffffff;
    border: none;
    margin: auto;
    font-size: 100%;
}

.my-hobbies {
    width: 100%;
    height: 100%;
    background-color: #0059ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.my-hobbies .header {
    width: 80%;
    height: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    font-size: 30px;
    background-color: #508dff;
    color: white;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    margin: 5px;
    box-sizing: border-box;
}

.my-hobbies .container {
    width: 80%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;    
    background-color: #508dff;
    color: white;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    margin: 5px;
    box-sizing: border-box;
}

.my-hobbies ul {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.my-hobbies ul li {
    height: 33%;
    font-size: 1.5vw;
}

.my-hobbies hr {
    background-color: black;
    color: black;
}

.my-hobbies .container-button {
    width: 80%;
    height: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;    
    font-size: 30px;
    background-color: #508dff;
    color: white;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    margin: 5px;
    box-sizing: border-box;
}


.my-hobbies .container-button button {
    width: 45%;
    height: 70%;
    background-color: #fff;
    color: black;
    border: none;
    margin: auto;
    font-size: 100%;
}

.my-hobbies .container-button button:active {
    width: 45%;
    height: 70%;
    background-color: #000000;
    color: #ffffff;
    border: none;
    margin: auto;
    font-size: 100%;
}

.contacts {
    width: 100%;
    height: 100%;
    background-color: #0059ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contacts .header {
    width: 80%;
    height: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    font-size: 30px;
    background-color: #508dff;
    color: white;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    margin: 5px;
    box-sizing: border-box;
}

.contacts .container {
    width: 80%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;    
    background-color: #508dff;
    color: white;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    margin: 5px;
    box-sizing: border-box;
}

.contacts ul {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts ul li {
    height: 33%;
    font-size: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts ul li a {
    color: white;
}

.contacts hr {
    background-color: black;
    color: black;
}

.contacts .container-button {
    width: 80%;
    height: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;    
    font-size: 30px;
    background-color: #508dff;
    color: white;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    margin: 5px;
    box-sizing: border-box;
}


.contacts .container-button button {
    width: 45%;
    height: 70%;
    background-color: #fff;
    color: black;
    border: none;
    margin: auto;
    font-size: 100%;
}

.contacts .container-button button:active {
    width: 45%;
    height: 70%;
    background-color: #000000;
    color: #ffffff;
    border: none;
    margin: auto;
    font-size: 100%;
}