body{
    background-image: url("https://img.freepik.com/free-photo/blank-clipboard-with-grocery-cart_23-2147957767.jpg?semt=ais_hybrid&w=740");
    background-size:100% 100%;
    background-repeat: no-repeat;

}
img{
    border-radius: 50%;
}
.cen{
    left: 50%;
    display: inline;
    justify-content: center;
    align-content: center;
    font-size: 20px;
    margin-left: 20%;
}
.us{
    margin-left: 50px;
    left: 50%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
th, td{
    left: 50%;
    text-align: center;
    border: 1px outset rgb(53, 102, 177);
    border-radius: 5px;
    padding: 2px;
    border-collapse: collapse;
    gap: 5px; 
    color: white;
}
.tie{
    font-size: 20px;
    margin-left: 50px;
    left: 50%;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.four{
    right: 50%;
    font-size: 19px;
    margin-left: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.e{
    right: 50%;
    margin-left: 50px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.pro{
    right: 50%;
    margin-left: 50px;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 0;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
}
.cf{
    margin-left: 50px;
    font-size: 19px;
    left: 50%;
}
.flex{
    display: grid;
    grid-template-rows: auto auto auto auto;
}
.item1{
    grid-row: 1 / span2;
    scroll-margin-block: 2px;
}
.item2{
    grid-row: 1 / span2;
    scroll-margin-block: 2px;
}
.hi, .hi1, .hi2, .hi3, .hi4, .hi5, .hi6{
    border: 1px inset gold;
    border-radius: 20px;
    max-width: fit-content;
}
.resume{
    margin-left: 50px;
    margin-bottom: 2px;
    position: fixed;
}
.for{
    margin-left: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}