
html{
    background-color: skyblue;
    margin: 0;
    padding: 0;
}

body{
    background-color: skyblue;
    margin: 0;
    padding: 0;
}

.page {
    text-align: center;
}

.card {
    display:flex;
    flex-direction:column; 
    justify-content:space-around;
    width: 350px;
    height: 200px;
    border: 5px solid #ebeaec;
    box-shadow:0px 2px 4px rgba(0,0,0,0.3);
    border-radius: 16px;
    margin: 0 auto;
}

.card_title {
    font-size: 25px;
    color: Blue;
    font-weight: bolder;
}

.card_mine {
    display: flex;
    flex-direction: row; 
    justify-content:space-around;
}

.card_info {
    text-align: center;
}

.card_picture img {
    width: 100px;
    object-fit: scale-down;
}

.button {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row; 
    justify-content:space-around;
    width: 350px;
    height: 200px;
    margin: 0 auto;
    margin-top: 25px;
}

button {
    width: 30%;
    height: 50px;
    border: none;
    border: 1px solid #ebeaec;
    box-shadow:0px 2px 4px rgba(0,0,0,0.3);
    border-radius: 16px;
    font-size: 15px;
    font-weight: bolder;
    background-color: gray;
    color: yellow;
}

.intro {
    display:flex;
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
    border: 5px solid #ebeaec;
    box-shadow:0px 2px 4px rgba(0,0,0,0.3);
    border-radius: 16px;
    padding-bottom: 15px;
}

.intro_text {
    color: Blue;
    font-size: 45px;
    font-weight: bolder;
}

.intro_img {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row; 
    justify-content:space-around;
}

.intro_img img {
    width: 45%;
}

.about_me {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    border: 5px solid #ebeaec;
    box-shadow:0px 2px 4px rgba(0,0,0,0.3);
    border-radius: 16px;
}

.about_title {
    color: Blue;
    font-size: 45px;
    font-weight: bolder;
}

.projects {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    border: 5px solid #ebeaec;
    box-shadow:0px 2px 4px rgba(0,0,0,0.3);
    border-radius: 16px;
    padding-bottom: 15px;
}

.projects_title {
    color: Blue;
    font-size: 45px;
    font-weight: bolder;
}

.projects_content {
    display:flex;
    flex-direction: column;
}

.project_content {
    margin-top: 15px;
}

.testimonials {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    border: 5px solid #ebeaec;
    box-shadow:0px 2px 4px rgba(0,0,0,0.3);
    border-radius: 16px;
    padding-bottom: 15px;
}

.testimonials_title {
    color: Blue;
    font-size: 45px;
    font-weight: bolder;
}

.testimonials_content {
    margin-top: 15px;
}

.gallery {
    color: Blue;
    display:flex;
    flex-direction: column; 
    justify-content:space-around;
    width: 700px;
    margin: 0 auto;
    margin-top: 25px;
    border: 5px solid #ebeaec;
    box-shadow:0px 2px 4px rgba(0,0,0,0.3);
    border-radius: 16px;
    font-size: 45px;
    font-weight: bolder;
}

.gallery_mine .gallery_mind {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row; 
    justify-content:space-around;
}

.gallery_title {
    color: Blue;
    margin: 25px 0;
    font-size: 25px;
    font-weight: bolder;
}

.gallery_img {
    width: 20%;
}

.contact_me {
    background-color: gray;
    height: 200px;
    margin-top: 30px;
    text-align: center;
}

.contact_title {
    color: Blue;
    font-size: 45px;
    font-weight: bolder;
}

.contact_content {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column; 
    justify-content:space-around;
    width: 50%;
    margin: 0 auto;
    margin-top: 25px;
}

.email {
    color: Red
}
.twitter {
    color: blue
}
.instagram {
    color: purple
}
.github {
    color: black
}
.blog {
    color: white
}