/*CSS Document bTBZxs 2022-08-14 14:49:39. No encoding reco*/
html{
    padding: 3px;
    margin: 3px;
}
body{
    font-family: "SF Pro Text Regular";
    background: #202124;
}
.signInBtn{
    background: rgb(26, 115, 232);
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
}
.signInBtn:hover{
    background: rgb(43, 125, 233);
}
.linkBtn{
    text-decoration: none;
    color: #ffffff;
}
.linkBtn:hover{
    text-decoration: underline;
}
.rightnav{
    float: right;
    display: flex;
    align-items: center;
}
.rightnav a{
    padding: 10.2px;
    margin: 6.1px;
}
.titletextsearch{
    font-size: 55px;
    color: #ffffff;
    font-weight: 600;
    background: #4b4b4b;
    margin-left: 420px;
    margin-right: 420px;
    border: 3px solid #4b4b4b;
    border-radius: 10px;
}
.searchbox{
    color: #ffffff;
    width: 640px;
    height: 24px;
    font-size: 20px;
    background: transparent;
    border: 2px solid #4b4b4b;
    border-radius: 6.1px;
    font-family: "SF Pro Text Regular";
}
button{
	
	background-color:transparent;
}
