﻿body {
    font-family: Arial, sans-serif;
    background-color: antiquewhite;
    margin: 0;
    padding: 0;
}

.header {
    text-align: center;
    padding: 60px 0;
    font-size: 40px;
    background-color: gray;
    color: white;
}

    .header h1 {
        font-size: 36px;
    }

.container {
    text-align: center;
    padding: 20px;
}

.project-link {
    display: inline-block;
    background-color: darkblue;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
}

    .project-link:hover {
        background-color: lightgray;
    }

    .project-link h2 {
        font-size: 24px;
    }

.Add-container {
    position: absolute;
    background-color: ghostwhite;
    border: 1px solid black;
    border-radius: 5px;
    width: 560px;
    left: 300px;
    padding: 20px;
    text-align: center;
}

    .Add-container h1 {
        font-size: 24px;
    }

.LogOut{
    position: absolute;
    top:0px;
    left:500px;
    width: 100px;
    height: 50px;
}
.Card {
    width: 200px;
    display: inline-block;
    background-color: darkblue;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
}
.Card h1{
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
}
.SearchBar {
    width: 400px;
    height: 100px;
    display: inline-block;
    background-color: darkblue;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
}

.RestaurantInfo{
text-align: left;
width: 400px;
background-color: darkblue;
color: white;
text-decoration: none;
border-radius: 10px;
margin: 20px;
padding: 20px;
margin-left: 200px;
}

.Survey {
    text-align: center;
    width: 300px;
    background-color: darkblue;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    margin-left: 400px;
}

.moveImage{
    position:absolute;
    left:700px;
    top:230px;
}

.ReviewCard {
    width: 300px;
    display: inline-block;
    background-color: gray;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    font-size: 14px;
    text-align: center;
}

    .ReviewCard h1 {
        font-size: 20px;
        text-decoration: underline;
        text-align: center;
    }
    .ReviewCard h2 {
        font-size: 14px;
        text-align: center;
    }

.Account {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    background-color: black;
}
.Account-link {
    display: inline-block;
    background-color: darkblue;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
}

    .Account-link:hover {
        background-color: lightgray;
    }

    .Account-link h2 {
        font-size: 24px;
    }

.AddQuestion {
    text-align: center;
    width: 400px;
    background-color: darkblue;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    margin-left: 375px;
}



.SurveyA {
    width: 300px;
    display: inline-block;
    background-color: darkblue;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
}

    .SurveyA h1 {
        font-size: 20px;
        text-decoration: underline;
        text-align: center;
    }
