body {
    padding: 15px;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    width: 60%;
    margin: auto;
    box-shadow: 4px 10px 10px 4px black;
    background-color: #f3f3f3;
}

.header {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 32px;
    margin-top: 40px;
}

.Contactinfo {
    margin: 30px 50px;
    display: flex;
    flex-direction: row;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    text-align: center;
    justify-content: space-between;
}

.Mailinginfo, .Phoneinfo, .Linkedininfo {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: none;
}

p {
    margin: 0;
}

i {
    font-size: 24px;
    margin-bottom: 8px;
}

#Mailicon {
    color: #0072C6;
}

#Phoneicon {
    color: #32C787;
}

#Linkedinicon {
    color: #0077B5;
}

#Titles {
    font-size: 20px;
    margin-left: 35px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    border-bottom: 2px solid black;
    padding: 5px 10px;
    align-items: center;
}

#licertificates {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 18px;
    list-style: none;
}

#AWSlogo {
    color: orange;
    font-size: 24px;
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
}

#EducationTitles, #EducationSubtitles, #Educationp {
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 35px;
    display: block;
}

#EducationTitles {
    font-weight: bold;
    padding-top: 7px;
}

#EducationSubtitles {
    font-style: italic;
}

#Educationp {
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .Mailinginfo, .Phoneinfo, .Linkedininfo {
        width: 100%;
        margin-bottom: 1rem;
    }
}

canvas#matrix-canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
#profile-image {
    width: 101px;   /* Diameter of the circle */
    height: 100px;  /* Diameter of the circle */
    object-fit: cover;  /* This will crop the image to fit the container, preserving its aspect ratio */
    float: right;   /* Keeps it on the right side */
    margin-left: 15px; /* Spacing from the adjacent content */
    border-radius: 50%;
}

  
