html 
{
    background-color: 	#282828;
}

.my-container {
    margin-top: 40px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.name {
    margin-top: 20px;
    color: white;
    font-family: Verdana, sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.subname {
    margin-bottom: 20px;
    color: white;
    font-family: Verdana, sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.subheading {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    color: white;
    font-family: Verdana, sans-serif;
    font-size: 32px;
    font-weight: bold;
    display: block;
}

.subtext {
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    overflow-wrap: break-word;
    max-width: 800px;
}

.icon-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

a.icon {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 10px;
    width: 50px;
    text-decoration:none;
}

a.icon:hover {
    color: lightsteelblue;
}

.icon-sub {
    font-size:10px;
    text-align:center;
    font-family: Verdana, sans-serif;
}

i {
    font-size: 28px;
    margin: 10px 10px;
}

img.profile {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.no-bullets {
    margin: 10px 0px 10px 0px;
}

a.company {
    text-decoration: underline;
    color: white;
}
a.company:hover {
    color: white;
}