* { 
margin: 0;
padding: 0;
box-sizing: border-box;
max-width: 100%;
font-family: "Montserrat", sans-serif;
table {margin: 0vw 14px 500px 3vw; font-size: 12pt; outline: 1px solid rgb(0, 0, 0);float: left;}
}

.MontserratName {
    font-display: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40pt;
    position: relative;
    top: 50%;
    padding: 0vw 0vw 3vh 3vw;
    float: left;
}

.MontserratRight {
    font-display: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 40pt;
    position: relative;
    top: 50%;
    text-align: right;
    padding: 0vw 3vw 3vh 0vw;
}

.MyPhoto {
    width: 200px;
    margin: 0vh 14px 3vh 3vw;
    float: left;
}

.MyTitle {
    font-display: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20pt;
    margin: 0vh 0vh 0vh 0vw;
    text-align: justify;
}

.MySubTitle {
    font-display: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20pt;
    margin: 0vh 0vh 0vh 0vw;
    text-align: justify;
}

.MyInfo {
    font-display: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12pt;
    margin: 10px 3vw 0vh 0vw;
    padding: 0px 3vw 0px 0px;
    text-align: justify;
    width: 800px;
    height: 166px;
}

.AITitle {
    font-display: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20pt;
    margin: 0vh 0vh 0vh 0vw;
    padding: 0px 0vw 0px 0px;
    text-align: justify;
}

.AISubTitle {
    font-display: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12pt;
    margin: 10px 3vw 0vh 3vw;
    text-align: justify;
}

.AIInfo {
    font-display: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12pt;
    margin: 10px 3vw 0vh 3vw;
    text-align: justify;
}

a:link {
	color: #0084ff;
    background-color: transparent;
}

a:active {
	color: #0084ff;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #0084ff;
	text-decoration: none;
}

a:hover {
	color: #0084ff;
	background-color: transparent;
}