@font-face {
    font-family: 'coolfont'; /*a name to be used later*/
    src: url('Anton-Regular.ttf'); /*URL to font*/
}
td{
    border: 3px solid white;
    background-color: salmon;
    color: white;
    font-size: 50px;
}
u{
    font-size: 100px;
}
.asdf{
    background-color: lightblue;
}
#title{
    color: mediumorchid;
}
.butt-on{
    border: 1px solid goldenrod;
    border-top: 10px dashed blanchedalmond;
    color: rgb(53, 1, 1);
    background-color: chocolate;
    background-image: url(charlevoix.jpg);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: 500px 500px;
    padding: 100px;
    background: rgb(255,255,255);
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(117,38,102,1) 14%, rgba(117,38,38,1) 24%, rgba(207,36,36,1) 35%, rgba(122,139,6,1) 48%, rgba(4,76,1,1) 60%, rgba(2,0,36,1) 71%, rgba(137,1,1,1) 88%, rgba(0,212,255,1) 100%);
    border-radius: 1000px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.butt-on:hover{
    background-color: darkblue;
    border: 1px solid rosybrown;
}
.b{
    text-align: center;
}
.hi{
    background-color: blueviolet;
    border: 3px solid rebeccapurple;
    width: 200px;
    height: 150px;
    overflow-x: hidden;
    overflow-wrap:break-word;
}
.license{
    background-color: red;
    border: 5px solid black;
    border-radius: 30px;
    width: 500px;
    height: 300px;
}
.name{
    text-align: center;
    margin-top: 10px;
    font-family: 'coolfont';
    text-shadow: 10px 10px 5px black;
}
.info{
    background-color: rgb(210, 0, 0);
    width: 500px;
    height: 175px;
    background-image: url("loco_photo.jpg");
    background-repeat: no-repeat;
    background-size: 175px;
    background-position: right;
}
.info p{
    margin: 3px;
    margin-left: 10px;
    color: silver;
}
#first{
    margin-top: 10px;
}
.jobs{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-left: 10px;
}