.header {
    display: flex;
    justify-content: space-between;
    color: #0f65ef;
    font-weight: bold;
    font-size:15px;
    background-color:#DBC665;
}

.header div {
    margin-top:20px;
}

.logo {
    width: 125px;
}

body {
    background-color: white;
    font-family: 'Noto Sans SC', sans-serif;
    text-align:center;
}

.siliconValley {
    width: 25%;
    height:25%;
    
}

#caption {
    font-size: 20px;
}

#tomImg {
    border-radius: 50%;
    width: 50px;
}

a {
    color: #0f65ef;
    font-weight: bold;
}

#tom {
    color: grey;
}

.result {
   text-align:center;
}

button {
    margin-top: 10px;
    color: black;
    background-color: #FADC57;
    font-size: 30px;
    padding:5px;
    border:transparent;
    cursor:pointer;
    font-family: 'Noto Sans SC', sans-serif;
    margin-top:35px;
    border:5px solid darkorange;
    transition:0.5s;
}

button:hover {
    background-color:darkorange;
    transition:0.5s;
}

body{
    background-color:maroon;
    margin-left:20px;
    color:white;
}

input {
    width:400px;
    height:25px;
    padding:10px;
    font-family: 'Noto Sans SC', sans-serif;
}

.top {
    text-align:center;
}

#house {
    margin:25px;
    text-align:center;
    font-size:25px;
}

#links {
    cursor:pointer;
}