* {
    font-family: 'Roboto';
}
input {
    padding: 10px;
    border-radius: 10px;
}
#imagePicker {
    display: none;
}
#searchWindow {
    display: none;
    text-align: center;
    align-items: center;
}
#searchWindow div {
    width: 600px;
    background-color: transparent;
    padding: 0px;
}
#searchWindow div input {
    border: none;
    font-size: 20px;
    outline: none;
    width: 550px;
}
#searchWindow div button {
    margin-top: 10px;
    background-color: white;
    border: none;
    border-radius: 10px;
    padding: 5px;
}
main {
    width: 600px;
    margin: 0 auto;
}
header {
    width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#header-menu {
    display: flex;
    width: 400px;
    height: fit-content;
}
#header-menu p {
    margin-left: 30px;
    min-width: 60px;
    text-align: center;
    padding: 10px;
    border-radius: 24px;
}
.sep {
    width: 100%;
}
#profilebt {
    display: none;
}
#send {
    display: none;
    margin-left: 20px;
}
#buttons {
    display: flex;
}
.mybutton {
    background-color: #161c28;
    color: white;
    border: none;
    width: 148px;
    height: 40px;
    border-radius: 100vh;
}
.popup {
    position: fixed;
    top: 0;
    z-index: 999;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.popup div {
    padding: 30px;
    border-radius: 24px;
    margin: 0 auto;
    background-color: white;
}
body {
    background-color: white;
    margin: 0px;
    padding: 0px;
}
#text-editor-window, #account-window {
    display: none;
}
img {
    max-width: 400px;
    width: 100%;
    height: auto;
}
.post {
    border: 1px solid grey;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.post p {
    word-wrap: break-word;
}
#post-window {
    display: none;
}
header h1 span {
    font-size: 15px;
}
#commentbt {
    margin-top: 5px;
}
#comment {
    border: 1px solid grey;
    border-radius: 10px;
    padding: 10px;
}
#comment-wallet-warn, #commentbt {
    display: none;
}
textarea {
    resize: none;
}
@media screen and (max-device-width: 700px) {
    header {
        width: 100%;
        padding-left: 10px;
        white-space: nowrap;
        box-sizing: border-box;
    }
    main {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    #searchWindow div {
        width: 100%;
    }
    #searchWindow div input {
        font-size: 20px;
        width: 80%
    }
}
@media screen and (max-device-width: 450px) {
    #header-menu p {
        min-width: 0px;
        font-size: 15px;
    }
    header h1 {
        font-size: 20px;
    }
}
#post-address, #address {
    word-wrap: break-word;
}