body {
background-color: #DDD;
/*background-image: linear-gradient(180deg, #EEFFFF 0%, #CCCCFF 100%);*/
}

#purchase-heading {
width: fit-content;
font-style: normal;
font-family: sans-serif;
font-size: 30px;
background-color: ghostwhite;
color: #333;
border: 1px solid #333;
padding: 5px 10px;
border-radius: 10px;
text-align: center;
margin: auto;
box-shadow: 5px 5px 5px #999;	
}

#iw_formRoot {
margin-top: 0px;	
}

#fixed-header {
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #EEE;
box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
/*background-image: linear-gradient(90deg, #FFFFFF 0%, #CCC 100%);*/
z-index: 2;
}


#fixed-header-logo img {
float: left;
}

#fixed-header h1 {
float: left;	
}

#fixed-header-logo {
float: left;	
width: 20%;
min-width: 400px;
}

#microsoft-logos {
float: left;
margin-top: 68px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-evenly;
width: 50%;
margin-left: 50px;
}

#contact-main {
margin-top: 180px;
}

.iw_canvas {
margin: auto;
}

.iw_formRoot {
z-index: 1;	
}

#header-buttons {
display: flex;
float: right;
justify-content: space-around;
width: 18%;
}

#microsoft-365 {
float: left;
margin-right: 40px;	
}

#microsoft-365 img {
height: 40px;	
}

#sharepoint-online {
float: left;
margin-right: 40px;	
}

#sharepoint-online img {
height: 50px;	
}

#microsoft-lists {
float: left;	
}

#microsoft-lists img {
height: 40px;	
}

#header-button-start {
background-color: green;
color: white;
border-radius: 10px;
font-size: 26px;
padding: 0px 20px;
cursor: pointer;
box-shadow: 3px 3px #999999;
margin-top: 68px;
font-family: 'Roboto', sans-serif;
}

#header-button-start:hover {
background-color: #33CC33;	
}

#header-button-contact {
background-color: #0170c5;
color: white;
border-radius: 10px;
font-size: 26px;
padding: 0px 20px;
cursor: pointer;
box-shadow: 3px 3px #999999;
margin-top: 68px;
font-family: 'Roboto', sans-serif;
}

#header-button-contact:hover {
background-color: #3399FF;
}

#preview-message-2 {
border: 1px solid black;
background-color: #EEE;
color: white;
border-radius: 15px;
margin: 30px auto;
width: 900px;
text-align: center;
padding: 10px 10px 0px 10px;
font-size: 24px;	
}

#preview-message-2-header {
font-size: 24px;
margin: 0px 0px 10px 0px;
font-family: arial;
font-weight: bold;
color: navy;
}

#preview-message-2-buttons {
margin: 5px auto 20px auto;	
}

#tile-grid {
display: flex;
flex-direction: column;
width: 100%;
justify-content: space-between;	
}

.tile-grid-row {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 20px;	
}

.tile-grid-item {

}

.tile-grid-item img {
width: 120px;	
border: 1px solid black;
border-radius: 10px;
}

.tile-grid-label {
width: 200px;
font-size: 24px;
font-family: arial;
margin-top: -20px;	
}

button > span {
height: inherit !important;	
}

#just-copy-and-paste {
display: flex;
justify-content: space-evenly;
align-items: center;
font-size: 30px;	
}

#just-copy-and-paste img {
padding: 15px 15px 10px 15px;
border: 1px solid #999;
border-radius: 15px;
margin-bottom: 10px;
background-color: #F3F3F3;	
}
